Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2013 21:39:31 +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: r317440 - head/audio/mp3plot
Message-ID:  <201305052139.r45LdVVT062895@svn.freebsd.org>

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



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