diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
commit | 09e4e6f119b9ec6b0056a841d178b9a94d4663c4 (patch) | |
tree | 60dbec4f6c36413d232be56d31553ec53ac5f6fa /x11-wm/e17-module-mixer/Makefile | |
parent | 6ed6dba53f7727f76189d43bcaac071f15a544b6 (diff) |
Notes
Diffstat (limited to 'x11-wm/e17-module-mixer/Makefile')
-rw-r--r-- | x11-wm/e17-module-mixer/Makefile | 12 |
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> |