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/dssi | |
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/dssi')
-rw-r--r-- | audio/dssi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/dssi/Makefile b/audio/dssi/Makefile index 19b1c8ea98d4..0f276129d340 100644 --- a/audio/dssi/Makefile +++ b/audio/dssi/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFINE= QT4 USE_GNOME= gnomehack USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |