From ef4378efc0a38d38a122a286a18ba87a303c2d55 Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 5 May 2013 21:39:31 +0000 Subject: Fix build with bmake --- audio/mp3plot/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/mp3plot') diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index ea201bfb7e5a..b1ba68599b5c 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -22,6 +22,10 @@ CONFIGURE_ARGS+=--with-boost-program-options=boost_program_options \ --with-boost-thread=boost_thread CONFIGURE_ENV+= "LIBS=-lboost_system" +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} -- cgit