From be0532aa1927751208f2697351ec6365d64f46e3 Mon Sep 17 00:00:00 2001 From: ak Date: Fri, 26 Apr 2013 10:44:28 +0000 Subject: - Convert USE_GETTEXT to USES (part 4) Approved by: portmgr (bapt) --- misc/krecipes-kde4/Makefile | 3 +-- misc/lifelines/Makefile | 2 +- misc/linm/Makefile | 2 +- misc/mc-light/Makefile | 2 +- misc/terraform/Makefile | 3 +-- misc/xfce4-weather-plugin/Makefile | 3 +-- 6 files changed, 6 insertions(+), 9 deletions(-) (limited to 'misc') 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 -- cgit