aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e17-module-screenshot/Makefile
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2012-12-22 20:54:59 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2012-12-22 20:54:59 +0000
commit2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch)
tree9c4bc08591050b7b536082be6db8392c913f8089 /x11-wm/e17-module-screenshot/Makefile
parent3f57bf2285e342135340477d9404790fda157f15 (diff)
Notes
Diffstat (limited to 'x11-wm/e17-module-screenshot/Makefile')
-rw-r--r--x11-wm/e17-module-screenshot/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/e17-module-screenshot/Makefile b/x11-wm/e17-module-screenshot/Makefile
index bfc56ead54cc..b19a0e8c656e 100644
--- a/x11-wm/e17-module-screenshot/Makefile
+++ b/x11-wm/e17-module-screenshot/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= screenshot
-PORTVERSION= 20111128
+PORTVERSION= 20120918
CATEGORIES= x11-wm enlightenment
MASTER_SITES= http://files.roorback.net/e17/modules/
PKGNAMEPREFIX= e17-module-
@@ -16,17 +16,20 @@ RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \
emprint:${PORTSDIR}/x11/emprint
DIST_SUBDIR= e17
-GNU_CONFIGURE= yes
USE_BZIP2= yes
+GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+USE_GNOME= pkgconfig
+
+.include <bsd.port.options.mk>
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
+CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
.else
-CONFIGURE_ARGS= --disable-nls
+CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif