diff options
Diffstat (limited to 'audio/mp3plot')
-rw-r--r-- | audio/mp3plot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |