aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gigedit
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 14:36:41 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 14:36:41 +0800
commitba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch)
tree49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /audio/gigedit
parentf0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff)
downloadfreebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz
freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst
freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/gigedit')
-rw-r--r--audio/gigedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gigedit/Makefile b/audio/gigedit/Makefile
index f6c66a9f6b98..c13052fbb9c8 100644
--- a/audio/gigedit/Makefile
+++ b/audio/gigedit/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= gettext gmake
+USES= gettext gmake pkgconfig
USE_LDCONFIG= yes
USE_GNOME= intltool
MAKE_JOBS_UNSAFE= yes