aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-18 16:38:20 +0800
committerbapt <bapt@FreeBSD.org>2013-09-18 16:38:20 +0800
commitd76c3e65cec790802b4e11280b57df5d97fdc845 (patch)
treedcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /sysutils
parent2f66c48a52d7547c8bbeeb90969c2f11739c299d (diff)
downloadfreebsd-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 'sysutils')
-rw-r--r--sysutils/gigolo/Makefile2
-rw-r--r--sysutils/libfvde/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gigolo/Makefile b/sysutils/gigolo/Makefile
index c1d61a9ac674..7941e9bb8c4e 100644
--- a/sysutils/gigolo/Makefile
+++ b/sysutils/gigolo/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
USE_BZIP2= yes
-USES= fuse
+USES= fuse pkgconfig
USE_GNOME= gtk20 gvfs
USE_XORG= x11
USE_PYTHON= yes
diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile
index cd130360e12b..66930816b620 100644
--- a/sysutils/libfvde/Makefile
+++ b/sysutils/libfvde/Makefile
@@ -12,6 +12,7 @@ COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes
LICENSE= LGPL3
+USES= pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= libxml2 gnomehack
USE_LDCONFIG= yes