aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimmage/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-19 20:04:37 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-19 20:04:37 +0000
commitaaafecb9c54da76fa6171cc40eef795c91a39ea0 (patch)
tree0f04afd09e7accbf50e034805f0cf13c8cd9566d /graphics/gimmage/Makefile
parentd70827a7b05de8faeeaef5bbf43cbe29107537df (diff)
downloadports-aaafecb9c54da76fa6171cc40eef795c91a39ea0.tar.gz
ports-aaafecb9c54da76fa6171cc40eef795c91a39ea0.zip
Notes
Diffstat (limited to 'graphics/gimmage/Makefile')
-rw-r--r--graphics/gimmage/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile
index 242ff63e7727..9c4979a79af9 100644
--- a/graphics/gimmage/Makefile
+++ b/graphics/gimmage/Makefile
@@ -3,19 +3,18 @@
PORTNAME= gimmage
PORTVERSION= 0.2.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= BERLIOS CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple image viewer
-LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
- libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-USES= gettext pkgconfig
+USES= desktop-file-utils gettext pkgconfig
+USE_GNOME= gtkmm24
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
+CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
-NO_STAGE= yes
.include <bsd.port.mk>