diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 19:06:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 19:06:48 +0800 |
commit | db0f1aa158cfb45400db94ee22009b683ff9c271 (patch) | |
tree | 39ca394345af82184485bbac307a4e87519374dc /audio/lmms | |
parent | 5bec4d844f08034eea5494f67d2ba8515200c2ce (diff) | |
download | freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.tar.gz freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.tar.zst freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.zip |
convert libcddb and libsamplerate to only build depend on pkgconf, track
dependency impact
Diffstat (limited to 'audio/lmms')
-rw-r--r-- | audio/lmms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 5d1cc85dced4..cff7d158aea9 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -36,6 +36,7 @@ OPTIONS= JACK "Enable JACK support" OFF \ SDL "Enable SDL support" OFF USE_LDCONFIG= yes +USE_PKGCONFIG= build USE_BZIP2= yes USE_XORG= xft USE_QT4= corelib gui xml moc_build uic_build rcc_build \ |