aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
commite1598249298974c6e8c61c34d927acabee345542 (patch)
tree5883afe298a5f232e854b104fc944ca19c4f7e7f /misc
parent422e3bda8bd3eb5d0b4737e335fd434883fbc44f (diff)
downloadports-e1598249298974c6e8c61c34d927acabee345542.tar.gz
ports-e1598249298974c6e8c61c34d927acabee345542.zip
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316464
Diffstat (limited to 'misc')
-rw-r--r--misc/diary-hercules/Makefile2
-rw-r--r--misc/findutils/Makefile2
-rw-r--r--misc/gman/Makefile2
-rw-r--r--misc/gnome-mime-data/Makefile2
-rw-r--r--misc/gonvert/Makefile2
-rw-r--r--misc/hello/Makefile2
-rw-r--r--misc/help2man/Makefile2
-rw-r--r--misc/kcd/Makefile2
-rw-r--r--misc/kwatch/Makefile2
-rw-r--r--misc/metromap/Makefile2
-rw-r--r--misc/pdmenu/Makefile2
-rw-r--r--misc/pinfo/Makefile4
-rw-r--r--misc/rabbit/Makefile2
-rw-r--r--misc/upclient/Makefile2
-rw-r--r--misc/xfce4-appfinder/Makefile2
-rw-r--r--misc/xiphos/Makefile2
16 files changed, 17 insertions, 17 deletions
diff --git a/misc/diary-hercules/Makefile b/misc/diary-hercules/Makefile
index c3ed78c4283f..d5480ef1757d 100644
--- a/misc/diary-hercules/Makefile
+++ b/misc/diary-hercules/Makefile
@@ -17,7 +17,7 @@ LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.7:${PORTSDIR}/databases/py-sqlobject \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
-USE_GETTEXT= yes
+USES= gettext
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
USE_WX= 2.6+
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile
index 630e213efdde..36dbf163ebdb 100644
--- a/misc/findutils/Makefile
+++ b/misc/findutils/Makefile
@@ -22,7 +22,7 @@ USE_GMAKE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/misc/gman/Makefile b/misc/gman/Makefile
index 1dd674f8e778..88eb3f98c8ee 100644
--- a/misc/gman/Makefile
+++ b/misc/gman/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GETTEXT= yes
+USES= gettext
USE_GNOME= gtk12
USE_GMAKE= yes
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile
index f6a0cb3a1401..6a06bcb486df 100644
--- a/misc/gnome-mime-data/Makefile
+++ b/misc/gnome-mime-data/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A MIME and Application database for GNOME
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack
GNU_CONFIGURE= yes
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile
index cd201a74ec73..c09e4c4c8cd3 100644
--- a/misc/gonvert/Makefile
+++ b/misc/gonvert/Makefile
@@ -20,7 +20,7 @@ PORTDOCS= CHANGELOG FAQ README THANKS TODO
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
diff --git a/misc/hello/Makefile b/misc/hello/Makefile
index 5082279d0e92..ee1edfbed4fb 100644
--- a/misc/hello/Makefile
+++ b/misc/hello/Makefile
@@ -21,7 +21,7 @@ MAN1= hello.1
INFO= hello
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile
index f3b3547bb36c..751f7401ecf3 100644
--- a/misc/help2man/Makefile
+++ b/misc/help2man/Makefile
@@ -30,7 +30,7 @@ RUN_DEPENDS+= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
CFLAGS+= -lintl
MANLANG= "" ${LANGS} ${LANGS_MTREE}
-USE_GETTEXT= yes
+USES+= gettext
LANGS= de el eo fi fr hr it pl pt_BR ru sr sv uk vi
LANGS_MTREE= ja # languages that already exist in BSD.local.dist
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile
index 236abb4c3a80..b39146924c6c 100644
--- a/misc/kcd/Makefile
+++ b/misc/kcd/Makefile
@@ -12,7 +12,7 @@ COMMENT= Change directory in full-screen visual mode
LICENSE= GPLv2
-USE_GETTEXT= yes
+USES= gettext
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile
index 8cef3dc73b63..bae44a9cfa3f 100644
--- a/misc/kwatch/Makefile
+++ b/misc/kwatch/Makefile
@@ -20,7 +20,7 @@ EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-USE_GETTEXT= yes
+USES= gettext
INSTALLS_ICONS= yes
DOCSDIR= ${PREFIX}/share/doc/HTML
diff --git a/misc/metromap/Makefile b/misc/metromap/Makefile
index 035e568c8362..6a772db7e2fd 100644
--- a/misc/metromap/Makefile
+++ b/misc/metromap/Makefile
@@ -22,7 +22,7 @@ USE_PYTHON= yes
USE_GNOME= pygtk2
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GETTEXT= yes
+USES= gettext
PORTDOCS= AUTHORS NEWS README README.data TODO
diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile
index b284ac2ddf39..f326c179f6e6 100644
--- a/misc/pdmenu/Makefile
+++ b/misc/pdmenu/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SLANG_H_LOC="${LOCALBASE}/include/slang.h" \
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index da5f15c61767..9c4f00dc3706 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -17,7 +17,7 @@ READLINE_DESC= Enable readline support
USE_BZIP2= yes
USE_NCURSES= yes
-USE_GETTEXT= yes
+USES= gettext
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
LIBTOOLIZE_ARGS=--force
ACLOCAL_ARGS= -I macros
@@ -35,7 +35,7 @@ INFO= pinfo
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.endif
diff --git a/misc/rabbit/Makefile b/misc/rabbit/Makefile
index a36c5eb31aae..34fc34e14a6e 100644
--- a/misc/rabbit/Makefile
+++ b/misc/rabbit/Makefile
@@ -35,7 +35,7 @@ USE_RUBY_SETUP= yes
.if defined(WITHOUT_NLS)
PLIST_SUB+= NLS="@comment "
.else
-USE_GETTEXT= yes
+USES= gettext
RUN_DEPENDS+= rubygem-gettext>0:${PORTSDIR}/devel/rubygem-gettext
PLIST_SUB+= NLS=""
.endif
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile
index a0995b293647..f9dbb719fa41 100644
--- a/misc/upclient/Makefile
+++ b/misc/upclient/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Uptimes project client
-USE_GETTEXT= yes
+USES= gettext
USE_RC_SUBR= upclient
ALL_TARGET= bsd
BUILD_WRKSRC= ${WRKSRC}/src
diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile
index 5ea5a89972b9..4e7c945ec2ae 100644
--- a/misc/xfce4-appfinder/Makefile
+++ b/misc/xfce4-appfinder/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
USE_GNOME= gtk20 glib20 intltool intlhack pkgconfig desktopfileutils
USE_XFCE= configenv garcon libmenu libutil xfconf
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
index a6cd2d35464c..d5890fb269cd 100644
--- a/misc/xiphos/Makefile
+++ b/misc/xiphos/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \
nspr>=4.8:${PORTSDIR}/devel/nspr
USE_PYTHON_BUILD= yes
-USE_GETTEXT= yes
+USES= gettext
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf