aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e17-module-moon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/e17-module-moon/Makefile')
-rw-r--r--x11-wm/e17-module-moon/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/e17-module-moon/Makefile b/x11-wm/e17-module-moon/Makefile
index 256d2a805f81..e519c5b8b09a 100644
--- a/x11-wm/e17-module-moon/Makefile
+++ b/x11-wm/e17-module-moon/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moon
-PORTVERSION= 20111128
+PORTVERSION= 20120918
PORTEPOCH= 1
CATEGORIES= x11-wm enlightenment
MASTER_SITES= http://files.roorback.net/e17/modules/
@@ -15,17 +15,20 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
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