summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:38:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:38:20 +0000
commit2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch)
treedcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /sysutils
parentFix build with/without iconv (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=327535
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