summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-04 07:55:49 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-04 07:55:49 +0000
commit45f061d9218cc235a83c0a8381022d947c0ea11c (patch)
treeb5af03a2358e5de53a90e00583d79ad81f89fcf0 /audio
parent- convert to the new perl5 framework (diff)
Add an explicit dependency upon pkg-config (USES+=pkgconfig)
uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=326258
Diffstat (limited to 'audio')
-rw-r--r--audio/gtkpod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index 12b4df590025..7eaa4fcd7b6c 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv2
LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \
gpod:${PORTSDIR}/audio/libgpod
-USES= gettext gmake
+USES= gettext gmake pkgconfig
USE_GNOME= gtk20 libglade2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include