aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/Makefile2
-rw-r--r--textproc/dwdiff/Makefile2
-rw-r--r--textproc/gnome-doc-utils/Makefile2
-rw-r--r--textproc/gnome-spell/Makefile2
-rw-r--r--textproc/gnugrep/Makefile2
-rw-r--r--textproc/gtkspell/Makefile2
-rw-r--r--textproc/ibus-kmfl/Makefile2
-rw-r--r--textproc/ibus-m17n/Makefile2
-rw-r--r--textproc/ibus-table/Makefile2
-rw-r--r--textproc/ibus/Makefile2
-rw-r--r--textproc/libcue/Makefile2
-rw-r--r--textproc/m17n-contrib/Makefile2
-rw-r--r--textproc/m17n-im-config/Makefile4
-rw-r--r--textproc/meld/Makefile2
-rw-r--r--textproc/modlogan/Makefile2
-rw-r--r--textproc/msort/Makefile2
-rw-r--r--textproc/openjade/Makefile2
-rw-r--r--textproc/opensp/Makefile2
-rw-r--r--textproc/ots/Makefile2
-rw-r--r--textproc/po4a/Makefile2
-rw-r--r--textproc/pootle/Makefile2
-rw-r--r--textproc/rotix/Makefile2
-rw-r--r--textproc/scim-bridge-qt4/Makefile2
-rw-r--r--textproc/scim-bridge/Makefile2
-rw-r--r--textproc/scim-input-pad/Makefile2
-rw-r--r--textproc/scim-kmfl-imengine/Makefile2
-rw-r--r--textproc/scim-table-imengine/Makefile2
-rw-r--r--textproc/scim/Makefile2
-rw-r--r--textproc/spellutils/Makefile2
-rw-r--r--textproc/stardict2/Makefile2
-rw-r--r--textproc/stardict3/Makefile2
-rw-r--r--textproc/texi2html/Makefile2
-rw-r--r--textproc/translate-toolkit/Makefile2
-rw-r--r--textproc/uim/Makefile2
-rw-r--r--textproc/wdiff/Makefile2
-rw-r--r--textproc/xfce4-dict-plugin/Makefile2
36 files changed, 37 insertions, 37 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 50aeb4137667..275fc0fae7ec 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -36,7 +36,7 @@ SUB_LIST= VERINST=${VERINST}
.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/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile
index edff2c9be243..072df1fd35c6 100644
--- a/textproc/dwdiff/Makefile
+++ b/textproc/dwdiff/Makefile
@@ -30,7 +30,7 @@ PORTDOCS= COPYING Changelog README
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
MANLANG= "" nl nl.UTF-8
.else
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile
index 6c5a9fcd9505..52d006bff392 100644
--- a/textproc/gnome-doc-utils/Makefile
+++ b/textproc/gnome-doc-utils/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_JOBS_UNSAFE=yes
-USE_GETTEXT= yes
+USES= gettext
USE_GNOME= gnomehier gnomehack libxslt intlhack
USE_PYTHON= yes
INSTALLS_OMF= yes
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile
index dd1f90c97b4e..f9d9fe91c431 100644
--- a/textproc/gnome-spell/Makefile
+++ b/textproc/gnome-spell/Makefile
@@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile
index 17c4cb059bcc..f2ebbe7e9f27 100644
--- a/textproc/gnugrep/Makefile
+++ b/textproc/gnugrep/Makefile
@@ -32,7 +32,7 @@ OPTIONS_DEFINE= PCRE
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
LDFLAGS+= -lintl -L${LOCALBASE}/lib
PLIST_SUB+= NLS=
.else
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
index a1d8f3bfabae..533d4bf36062 100644
--- a/textproc/gtkspell/Makefile
+++ b/textproc/gtkspell/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20 intlhack
-USE_GETTEXT= yes
+USES= gettext
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/textproc/ibus-kmfl/Makefile b/textproc/ibus-kmfl/Makefile
index d6191bb663a0..4166cbbeecbd 100644
--- a/textproc/ibus-kmfl/Makefile
+++ b/textproc/ibus-kmfl/Makefile
@@ -29,7 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile
index 47e4c003d737..e381a9b57642 100644
--- a/textproc/ibus-m17n/Makefile
+++ b/textproc/ibus-m17n/Makefile
@@ -25,7 +25,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile
index 2aceae2d5ab0..5929c741e68c 100644
--- a/textproc/ibus-table/Makefile
+++ b/textproc/ibus-table/Makefile
@@ -24,7 +24,7 @@ USE_GMAKE= yes
PROJECTHOST= ibus
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile
index 973476c62b98..fa261cfdaf60 100644
--- a/textproc/ibus/Makefile
+++ b/textproc/ibus/Makefile
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-iso-codes-check
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/textproc/libcue/Makefile b/textproc/libcue/Makefile
index aef4e805faa6..4d8bf71e6b77 100644
--- a/textproc/libcue/Makefile
+++ b/textproc/libcue/Makefile
@@ -17,7 +17,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_BZIP2= yes
USE_LDCONFIG= yes
-USE_GETTEXT= yes
+USES= gettext
post-extract:
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
diff --git a/textproc/m17n-contrib/Makefile b/textproc/m17n-contrib/Makefile
index 96d43235dd6a..a28981bbade4 100644
--- a/textproc/m17n-contrib/Makefile
+++ b/textproc/m17n-contrib/Makefile
@@ -21,7 +21,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile
index efe89390c17d..667665236a34 100644
--- a/textproc/m17n-im-config/Makefile
+++ b/textproc/m17n-im-config/Makefile
@@ -21,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gtk20 intltool intlhack pkgconfig glib20
-USE_GETTEXT= yes
+USES= gettext
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -33,7 +33,7 @@ DESKTOP_ENTRIES="M17N-IM Configuration" \
true
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile
index 750685f292b3..80e2ac2d1f96 100644
--- a/textproc/meld/Makefile
+++ b/textproc/meld/Makefile
@@ -25,7 +25,7 @@ PYGNOMEDESKTOP_DESC= Code syntax highlighting (many dependencies)
.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/textproc/modlogan/Makefile b/textproc/modlogan/Makefile
index e8822f2334e0..9468f7edc20b 100644
--- a/textproc/modlogan/Makefile
+++ b/textproc/modlogan/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \
expat.6:${PORTSDIR}/textproc/expat2
USE_AUTOTOOLS= libtool
-USE_GETTEXT= yes
+USES= gettext
# Please don't remove the comments, as soon as autoconf/libtool get's
# updated in the ports collection the comments may be removed.
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index 4139af8aec4c..892730d58539 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -26,7 +26,7 @@ MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"
GNU_CONFIGURE= yes
USE_TK_RUN= yes
USE_TCL_WRAPPER= yes
-USE_GETTEXT= yes
+USES= gettext
PLIST_FILES= bin/msg bin/msort
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index 891b8058b435..f9ddf0aec66b 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -22,7 +22,7 @@ USE_GCC= any
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PERL5= yes
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \
--datadir=${DATADIR}
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile
index 118e9064595f..76dacdeb8105 100644
--- a/textproc/opensp/Makefile
+++ b/textproc/opensp/Makefile
@@ -29,7 +29,7 @@ CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.endif
diff --git a/textproc/ots/Makefile b/textproc/ots/Makefile
index 90d979570b89..d704753cce33 100644
--- a/textproc/ots/Makefile
+++ b/textproc/ots/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
-USE_GETTEXT= yes
+USES= gettext
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile
index 37b10c84b8e2..2ecc7895c140 100644
--- a/textproc/po4a/Makefile
+++ b/textproc/po4a/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \
jade>=0:${PORTSDIR}/textproc/jade
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_GETTEXT= yes
+USES= gettext
USE_PERL5= yes
PERL_MODBUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-v0.40.1
diff --git a/textproc/pootle/Makefile b/textproc/pootle/Makefile
index 4c943b1da33e..2e313f741f96 100644
--- a/textproc/pootle/Makefile
+++ b/textproc/pootle/Makefile
@@ -25,7 +25,7 @@ CONFLICTS= ${PYTHON_PKGNAMEPREFIX}django-profiles-[0-9]* \
${PYTHON_PKGNAMEPREFIX}django-registration-[0-9]*
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= Pootle
diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile
index f11fcedb71b6..253d45344bf2 100644
--- a/textproc/rotix/Makefile
+++ b/textproc/rotix/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME
MAINTAINER= lintux@debian.org
COMMENT= A program to generate rotational obfuscations
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --i18n=1
diff --git a/textproc/scim-bridge-qt4/Makefile b/textproc/scim-bridge-qt4/Makefile
index 1c5c697e1b06..9adafadf7719 100644
--- a/textproc/scim-bridge-qt4/Makefile
+++ b/textproc/scim-bridge-qt4/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= scim-bridge:${PORTSDIR}/textproc/scim-bridge
USE_QT4= corelib gui moc_build
QT_NONSTANDARD= yes
USE_GMAKE= yes
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
LICENSE= GPLv2 LGPL21
diff --git a/textproc/scim-bridge/Makefile b/textproc/scim-bridge/Makefile
index dcbb28812bc6..edb44132515a 100644
--- a/textproc/scim-bridge/Makefile
+++ b/textproc/scim-bridge/Makefile
@@ -17,7 +17,7 @@ COMMENT= Scim-bridge agent (server)
LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim
USE_GMAKE= yes
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
LICENSE= GPLv2 LGPL21
diff --git a/textproc/scim-input-pad/Makefile b/textproc/scim-input-pad/Makefile
index 0ba474a6c5f8..809021f21b6f 100644
--- a/textproc/scim-input-pad/Makefile
+++ b/textproc/scim-input-pad/Makefile
@@ -33,7 +33,7 @@ DESKTOP_ENTRIES="SCIM Input Pad" \
DOCS= ChangeLog README
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
USE_GNOME= intlhack
PLIST_SUB+= NLS=""
.else
diff --git a/textproc/scim-kmfl-imengine/Makefile b/textproc/scim-kmfl-imengine/Makefile
index a70581d369e0..408253bb491e 100644
--- a/textproc/scim-kmfl-imengine/Makefile
+++ b/textproc/scim-kmfl-imengine/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \
USE_XORG= x11 xkbfile xproto
USE_AUTOTOOLS= libtool
USE_GNOME= glib20 gtk20 intlhack
-USE_GETTEXT= yes
+USES= gettext
USE_ICONV= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile
index 30c4a1ae7c64..b322f2fc756c 100644
--- a/textproc/scim-table-imengine/Makefile
+++ b/textproc/scim-table-imengine/Makefile
@@ -22,7 +22,7 @@ USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= intlhack
-USE_GETTEXT= yes
+USES= gettext
MAN1= scim-make-table.1
diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile
index a21d1b773d14..09e954561c81 100644
--- a/textproc/scim/Makefile
+++ b/textproc/scim/Makefile
@@ -22,7 +22,7 @@ USE_ICONV= yes
USE_GMAKE= yes
USE_XORG= x11 xpm
USE_LDCONFIG= yes
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
diff --git a/textproc/spellutils/Makefile b/textproc/spellutils/Makefile
index 36440b87c5a8..0b946580643d 100644
--- a/textproc/spellutils/Makefile
+++ b/textproc/spellutils/Makefile
@@ -17,7 +17,7 @@ COMMENT= Programs used to isolate some parts or texts before spell-checking
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
CONFIGURE_ENV= LIBS='-L${LOCALBASE}/lib'
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lintl
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile
index ec6f62818bc5..94066e8429ed 100644
--- a/textproc/stardict2/Makefile
+++ b/textproc/stardict2/Makefile
@@ -17,7 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix
-USE_GETTEXT= yes
+USES= gettext
MAKE_JOBS_SAFE= yes
LATEST_LINK= stardict2
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile
index c952f745ff5b..80e288409fb3 100644
--- a/textproc/stardict3/Makefile
+++ b/textproc/stardict3/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-festival \
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack
-USE_GETTEXT= yes
+USES= gettext
MAKE_JOBS_SAFE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/dict
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index b5e46d13706a..111325b42298 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -38,7 +38,7 @@ INFO= texi2html
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+=--enable-nls --enable-translations
PLIST_SUB+= NLS=""
.else
diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile
index d42314798ab6..9db7d1202967 100644
--- a/textproc/translate-toolkit/Makefile
+++ b/textproc/translate-toolkit/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
# Can use psyco (on i386)
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index 1c1c046ebbee..d6869fc5e85b 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -22,7 +22,7 @@ WANT_GNOME= yes
USE_GNOME+= glib20 intltool
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-USE_GETTEXT= yes
+USES= gettext
USE_ICONV= yes
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile
index 42d171acbaab..44fd891955c7 100644
--- a/textproc/wdiff/Makefile
+++ b/textproc/wdiff/Makefile
@@ -22,7 +22,7 @@ MAN1= wdiff.1
INFO= wdiff
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
CFLAGS+= -I${LOCALBASE}/include
PLIST_SUB+= NLS=""
.else
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile
index 69e956a7ca78..81771e1161e1 100644
--- a/textproc/xfce4-dict-plugin/Makefile
+++ b/textproc/xfce4-dict-plugin/Makefile
@@ -20,7 +20,7 @@ COMMENT= Xfce Plugin for searching for the translation or explanation of a word
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils
USE_XFCE= configenv libgui libutil panel