diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
commit | fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /x11/florence/Makefile | |
parent | 819a32baa36593c4215d010deb8a93f07d0d46b3 (diff) | |
download | freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.gz freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.zst freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11/florence/Makefile')
-rw-r--r-- | x11/florence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index a42999886bc6..84ded4e074e6 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USES= desktop-file-utils iconv pathfix +USES= desktop-file-utils iconv pathfix pkgconfig USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER= yes |