diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
commit | 2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /sysutils | |
parent | bd0f959252ca4814047bdc870b10fe9b462632c4 (diff) | |
download | ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.tar.gz ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.zip |
Notes
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 |