svn commit: r317440 - head/audio/mp3plot

Baptiste Daroussin bapt at FreeBSD.org
Sun May 5 21:39:31 UTC 2013


Author: bapt
Date: Sun May  5 21:39:31 2013
New Revision: 317440
URL: http://svnweb.freebsd.org/changeset/ports/317440

Log:
  Fix build with bmake

Modified:
  head/audio/mp3plot/Makefile

Modified: head/audio/mp3plot/Makefile
==============================================================================
--- head/audio/mp3plot/Makefile	Sun May  5 21:36:43 2013	(r317439)
+++ head/audio/mp3plot/Makefile	Sun May  5 21:39:31 2013	(r317440)
@@ -22,6 +22,10 @@ CONFIGURE_ARGS+=--with-boost-program-opt
 		--with-boost-thread=boost_thread
 CONFIGURE_ENV+=	"LIBS=-lboost_system"
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 MAN1=		${PORTNAME}.1
 PLIST_FILES=	bin/${PORTNAME}
 


More information about the svn-ports-all mailing list