aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e17-module-mail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/e17-module-mail/Makefile')
-rw-r--r--x11-wm/e17-module-mail/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-wm/e17-module-mail/Makefile b/x11-wm/e17-module-mail/Makefile
index 2e61a02d11ef..cf89623fea6d 100644
--- a/x11-wm/e17-module-mail/Makefile
+++ b/x11-wm/e17-module-mail/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= mail
-PORTVERSION= 20070223
-PORTREVISION= 1
+PORTVERSION= 20080223
+PORTREVISION= 0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
@@ -26,4 +26,12 @@ USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig
USE_EFL= edje
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
.include <bsd.port.mk>