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 /misc | |
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 'misc')
-rw-r--r-- | misc/krecipes-kde4/Makefile | 3 | ||||
-rw-r--r-- | misc/lifelines/Makefile | 2 | ||||
-rw-r--r-- | misc/linm/Makefile | 2 | ||||
-rw-r--r-- | misc/mc-light/Makefile | 2 | ||||
-rw-r--r-- | misc/terraform/Makefile | 3 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 3 |
6 files changed, 6 insertions, 9 deletions
diff --git a/misc/krecipes-kde4/Makefile b/misc/krecipes-kde4/Makefile index f9c480e4fff0..8447e0088033 100644 --- a/misc/krecipes-kde4/Makefile +++ b/misc/krecipes-kde4/Makefile @@ -22,8 +22,7 @@ OPTIONS_MULTI= DB OPTIONS_MULTI_DB= SQLITE MYSQL PGSQL OPTIONS_DEFAULT= SQLITE -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_QT4= moc_build qmake_build rcc_build uic_build USE_KDE4= automoc4 kdeprefix kdelibs qimageblitz sharedmime MAKE_JOBS_SAFE= yes diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index 7dd5967140a9..615115dc5c14 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -18,7 +18,7 @@ USES= bison MAN1= btedit.1 dbverify.1 llines.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/misc/linm/Makefile b/misc/linm/Makefile index 36791bab1fb0..96ec801c996c 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include #PLIST_SUB+= NLS="@comment " #.else CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl -liconv" -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" #.endif diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 0e112e91be22..5eb782ff31be 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ARGS+=--without-subshell .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index 92a224eb8c0b..4c4be284ed31 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -19,9 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomehier libgnomeprintui libgnomeui -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 0769d991d23a..76e037d92141 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 gtk20 intltool intlhack libxml2 USE_XFCE= configenv libmenu libutil panel |