Index: head/audio/moony-lv2/Makefile =================================================================== --- head/audio/moony-lv2/Makefile (revision 481452) +++ head/audio/moony-lv2/Makefile (revision 481453) @@ -1,27 +1,25 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= moony PORTVERSION= 0.22.0 CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= Realtime Lua as programmable glue in LV2 LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 - BUILD_DEPENDS= lv2>0:audio/lv2 -USES= cmake:outsource pkgconfig +USES= cmake:outsource compiler:c++11-lang gl pkgconfig USE_XORG= x11 xext USE_GL= gl glu post-extract: @${MV} ${WRKDIR}/moony* ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include