diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 03:51:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 03:51:02 +0800 |
commit | c7f448ad02c93f553018d9dbda4374e4c3e7f77e (patch) | |
tree | 893ec0937eb9ad6bb814bdcd294e60101c52034b /audio | |
parent | a8f698aba095fc0b5dd669868f6c8976e5dfaf70 (diff) | |
download | freebsd-ports-graphics-c7f448ad02c93f553018d9dbda4374e4c3e7f77e.tar.gz freebsd-ports-graphics-c7f448ad02c93f553018d9dbda4374e4c3e7f77e.tar.zst freebsd-ports-graphics-c7f448ad02c93f553018d9dbda4374e4c3e7f77e.zip |
Fix build with bmake
Diffstat (limited to 'audio')
-rw-r--r-- | audio/q-audio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index cdd09d4ce9a..8bef32317ea 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -21,6 +21,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pkgconfig +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + DATADIR= ${PREFIX}/share/q CFLAGS+= -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include |