diff options
author | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
commit | be0532aa1927751208f2697351ec6365d64f46e3 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /x11-wm | |
parent | 1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff) | |
download | freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.zst freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.zip |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ede/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index a651c065d9fe..abb2e91ebf3c 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -29,10 +29,9 @@ OPTIONS_DEFINE= HAL HAL_DESC= Enable HAL support USE_XORG= xcomposite xft xinerama xpm xrandr -USES= pathfix +USES= pathfix gettext USE_PYTHON= yes USE_FAM= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-edelib_path=${EDELIB_WRKSRC} \ --with-fltk-path=${LOCALBASE} diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index aab0f394b636..571e13d5910c 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -47,7 +47,7 @@ PLIST_SUB+= ILLUME="@comment " .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index dd9bf8c7b7c4..30e130c26043 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-thunarx --without-file-manager-fallback .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 0c524e6436fd..58c5479c3855 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -34,7 +34,7 @@ OPTIONS_DEFINE= NLS DOCS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else |