Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 20:10:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317345 - head/multimedia/lives
Message-ID:  <201305042010.r44KAIqt025201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042010.r44KAIqt025201>