diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
commit | d76c3e65cec790802b4e11280b57df5d97fdc845 (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /sysutils | |
parent | 2f66c48a52d7547c8bbeeb90969c2f11739c299d (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | sysutils/libfvde/Makefile | 1 |
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 |