diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
commit | 1a6e8b97280f666d15ef6ef197cd1a171c02a220 (patch) | |
tree | 4693fd012c4c6d933e0daa1aeff8b0a83b9b3c75 /graphics | |
parent | 31367baab81ff752e42424634ea704d1b30f3978 (diff) | |
download | freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.gz freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.zst freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pornview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index e05d10be2fa1..5fc7e2e694a8 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil USE_XORG= x11 xi xext xinerama +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2 |