diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-15 03:47:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-15 03:47:32 +0800 |
commit | f64c5e010d20084d1d8c85717d2540d7232445d3 (patch) | |
tree | 6442f0fb31ca5218b8cfe05ef03367927bf8f813 /audio/amarok-kde4 | |
parent | e9f63775bb23e1ed0c417f2958a7945cc711a8b5 (diff) | |
download | freebsd-ports-gnome-f64c5e010d20084d1d8c85717d2540d7232445d3.tar.gz freebsd-ports-gnome-f64c5e010d20084d1d8c85717d2540d7232445d3.tar.zst freebsd-ports-gnome-f64c5e010d20084d1d8c85717d2540d7232445d3.zip |
Add explicit dependency on pkgconf (needed for detection of libmtp, loudmouth and libgpod)
Approved by: portmgr (bapt)
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 00799a08162b..6805afeb03fa 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -34,7 +34,7 @@ USE_QT4= dbus designer gui network opengl \ USE_XORG= x11 USE_BZIP2= yes NO_STAGE= yes -USES= cmake +USES= cmake pkgconfig USE_LDCONFIG= yes OPTIONS_DEFINE= AMAZON IPOD MP3TUNES MTP |