Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 19:51:02 +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: r317336 - head/audio/q-audio
Message-ID:  <201305041951.r44Jp28H018876@svn.freebsd.org>

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



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