diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
commit | d76c3e65cec790802b4e11280b57df5d97fdc845 (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /audio | |
parent | 2f66c48a52d7547c8bbeeb90969c2f11739c299d (diff) | |
download | freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.gz freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.zst freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lastfm-desktop/Makefile | 1 | ||||
-rw-r--r-- | audio/mumble/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/lastfm-desktop/Makefile b/audio/lastfm-desktop/Makefile index 72c2dfbb68d5..99425be768c2 100644 --- a/audio/lastfm-desktop/Makefile +++ b/audio/lastfm-desktop/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= lastfm:${PORTSDIR}/audio/liblastfm \ avcodec1:${PORTSDIR}/multimedia/ffmpeg1 \ gpod:${PORTSDIR}/audio/libgpod +USES= pkgconfig USE_BZIP2= yes USE_QT4= gui linguist_build moc_build network phonon qmake_build \ rcc_build uic_build webkit xml diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index a57fe951da63..38867f852dcd 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex \ protoc:${PORTSDIR}/devel/protobuf \ opus:${PORTSDIR}/audio/opus -USES= gmake +USES= gmake pkgconfig USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build qmake_build moc_build rcc_build uic_build \ opengl sql-sqlite3_run |