diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:30:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:30:16 +0800 |
commit | 44dbd1168637378f50763324e1d05986be3b69ba (patch) | |
tree | 290682ac5317cc3773f19f978b1efa4e246bc93f /audio | |
parent | 5e0c3214dc2b3b5a9b4f33af41e480019ed4e53f (diff) | |
download | freebsd-ports-gnome-44dbd1168637378f50763324e1d05986be3b69ba.tar.gz freebsd-ports-gnome-44dbd1168637378f50763324e1d05986be3b69ba.tar.zst freebsd-ports-gnome-44dbd1168637378f50763324e1d05986be3b69ba.zip |
Add explicit build dep on pkgconf not a leaked one (neded to build jack support)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/q-audio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index e0a8ed091946..e140b66a49c5 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \ BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2 RUN_DEPENDS:= ${BUILD_DEPENDS} +USE_PKGCONFIG= build + DATADIR= ${PREFIX}/share/q CFLAGS+= -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include |