svn commit: r317345 - head/multimedia/lives

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 20:10:18 UTC 2013


Author: bapt
Date: Sat May  4 20:10:18 2013
New Revision: 317345
URL: http://svnweb.freebsd.org/changeset/ports/317345

Log:
  Fix build with bmake

Modified:
  head/multimedia/lives/Makefile

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Sat May  4 20:09:09 2013	(r317344)
+++ head/multimedia/lives/Makefile	Sat May  4 20:10:18 2013	(r317345)
@@ -43,6 +43,10 @@ RUN_DEPENDS=	${LOCALBASE}/bin/analyseplu
 
 WRKSRC=		${WRKDIR}/${DISTNAME:L}
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 USES=		pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list