diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /graphics/gimmage | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.zst freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics/gimmage')
-rw-r--r-- | graphics/gimmage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index 93f8c039892d..bfb60d5e5b65 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple image viewer LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libcurl.so:${PORTSDIR}/ftp/curl -USES= gettext +USES= gettext pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} |