diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-02-18 02:55:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-02-18 02:55:46 +0000 |
commit | 10a659e7d568d485bc7631412850d3e79831dd52 (patch) | |
tree | a70322c8eefbb0b02303a14ca607b4d84028d565 /x11-wm/e16/Makefile | |
parent | 8d6a3767b7900771b3e21191582b78abcb14e37c (diff) |
Notes
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 56b1e710c1a2..1dc69ad6a68b 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,8 +6,7 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.8.11 -PORTREVISION= 0 +PORTVERSION= 0.16.8.12 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -39,26 +38,10 @@ CONFIGURE_ARGS+=--disable-sound .if !defined(WITHOUT_NLS) USE_GETTEXT= yes -PLIST_FILES= share/locale/bg/LC_MESSAGES/e16.mo \ - share/locale/bs/LC_MESSAGES/e16.mo \ - share/locale/da/LC_MESSAGES/e16.mo \ - share/locale/de/LC_MESSAGES/e16.mo \ - share/locale/en_US/LC_MESSAGES/e16.mo \ - share/locale/es/LC_MESSAGES/e16.mo \ - share/locale/fr/LC_MESSAGES/e16.mo \ - share/locale/hu/LC_MESSAGES/e16.mo \ - share/locale/ja/LC_MESSAGES/e16.mo \ - share/locale/ko/LC_MESSAGES/e16.mo \ - share/locale/nl/LC_MESSAGES/e16.mo \ - share/locale/no/LC_MESSAGES/e16.mo \ - share/locale/pl/LC_MESSAGES/e16.mo \ - share/locale/pt/LC_MESSAGES/e16.mo \ - share/locale/pt_BR/LC_MESSAGES/e16.mo \ - share/locale/ru/LC_MESSAGES/e16.mo \ - share/locale/sv/LC_MESSAGES/e16.mo \ - share/locale/tr/LC_MESSAGES/e16.mo +PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " .endif .include <bsd.port.mk> |