diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 04:10:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 04:10:18 +0800 |
commit | 083a573583918388a2e56c4f900209c016d7919f (patch) | |
tree | 97896df7cfe6539af34fda075788bcf25a74210e /multimedia | |
parent | ab313b7d8157870e4fc524e65b7426163713e7c8 (diff) | |
download | freebsd-ports-gnome-083a573583918388a2e56c4f900209c016d7919f.tar.gz freebsd-ports-gnome-083a573583918388a2e56c4f900209c016d7919f.tar.zst freebsd-ports-gnome-083a573583918388a2e56c4f900209c016d7919f.zip |
Fix build with bmake
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index cd75c6c63933..752265bc3730 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -43,6 +43,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ WRKSRC= ${WRKDIR}/${DISTNAME:L} +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes |