aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-09-04 15:55:49 +0800
committerbsam <bsam@FreeBSD.org>2013-09-04 15:55:49 +0800
commit063dd801f9b2f480cd78f060e163535aac1d31fb (patch)
treeb5af03a2358e5de53a90e00583d79ad81f89fcf0 /audio
parent646bad58e96cc26104d37207f0768ed673be20c7 (diff)
downloadfreebsd-ports-gnome-063dd801f9b2f480cd78f060e163535aac1d31fb.tar.gz
freebsd-ports-gnome-063dd801f9b2f480cd78f060e163535aac1d31fb.tar.zst
freebsd-ports-gnome-063dd801f9b2f480cd78f060e163535aac1d31fb.zip
Add an explicit dependency upon pkg-config (USES+=pkgconfig)
uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit)
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