diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:42:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:42:36 +0800 |
commit | 2fa0350fdb2025afac437aea61f792e0330699a1 (patch) | |
tree | 5411b47724a0ad32522bb7aedfd26ba3b254806c /audio/sooperlooper | |
parent | 44dbd1168637378f50763324e1d05986be3b69ba (diff) | |
download | freebsd-ports-gnome-2fa0350fdb2025afac437aea61f792e0330699a1.tar.gz freebsd-ports-gnome-2fa0350fdb2025afac437aea61f792e0330699a1.tar.zst freebsd-ports-gnome-2fa0350fdb2025afac437aea61f792e0330699a1.zip |
Convert audio/jack and fluidsynth to only build depend on pkgconf, track
dependency impact
Diffstat (limited to 'audio/sooperlooper')
-rw-r--r-- | audio/sooperlooper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/sooperlooper/Makefile b/audio/sooperlooper/Makefile index 340cdce4a7aa..009a60dc9589 100644 --- a/audio/sooperlooper/Makefile +++ b/audio/sooperlooper/Makefile @@ -34,6 +34,7 @@ USE_WX= 2.6+ WX_UNICODE= yes CONFIGURE_ARGS= -with-wxconfig-path=${WX_CONFIG} USE_LDCONFIG= yes +USE_PKGCONFIG= build CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include |