diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
commit | c41a62214ee4509ba461b71c127934706416d12b (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /graphics/gimmage | |
parent | 7a3518623a9c92a1499e2e5ffde551f46ccfba96 (diff) | |
download | ports-c41a62214ee4509ba461b71c127934706416d12b.tar.gz ports-c41a62214ee4509ba461b71c127934706416d12b.zip |
Notes
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} |