diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 05:39:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 05:39:31 +0800 |
commit | ef4378efc0a38d38a122a286a18ba87a303c2d55 (patch) | |
tree | 7381ea6bc54985c680f8ecc500bf803c9f486451 /audio/mp3plot | |
parent | a1bb258bd0cd50b9354d456bb1260dce21de496f (diff) | |
download | freebsd-ports-gnome-ef4378efc0a38d38a122a286a18ba87a303c2d55.tar.gz freebsd-ports-gnome-ef4378efc0a38d38a122a286a18ba87a303c2d55.tar.zst freebsd-ports-gnome-ef4378efc0a38d38a122a286a18ba87a303c2d55.zip |
Fix build with bmake
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} |