svn commit: r317336 - head/audio/q-audio

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 19:51:03 UTC 2013


Author: bapt
Date: Sat May  4 19:51:02 2013
New Revision: 317336
URL: http://svnweb.freebsd.org/changeset/ports/317336

Log:
  Fix build with bmake

Modified:
  head/audio/q-audio/Makefile

Modified: head/audio/q-audio/Makefile
==============================================================================
--- head/audio/q-audio/Makefile	Sat May  4 19:40:27 2013	(r317335)
+++ head/audio/q-audio/Makefile	Sat May  4 19:51:02 2013	(r317336)
@@ -21,6 +21,10 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		pkgconfig
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 DATADIR=	${PREFIX}/share/q
 
 CFLAGS+=	-I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include


More information about the svn-ports-all mailing list