aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e17-module-mixer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/e17-module-mixer/Makefile')
-rw-r--r--x11-wm/e17-module-mixer/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-wm/e17-module-mixer/Makefile b/x11-wm/e17-module-mixer/Makefile
index c979be1591a9..a4ff2f184ec5 100644
--- a/x11-wm/e17-module-mixer/Makefile
+++ b/x11-wm/e17-module-mixer/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= mixer
-PORTVERSION= 20060926
+PORTVERSION= 20070223
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -24,6 +24,14 @@ USE_GNOME= gnometarget pkgconfig
USE_EFL= edje
GNU_CONFIGURE= yes
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
.include <bsd.port.pre.mk>
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
.include <bsd.port.post.mk>