Converted ports: 1050 - USE_GETTEXT= yes find /usr/ports/ -type f | xargs grep USE_GETTEXT | \ grep -i yes | grep Makefile: | cut -f1-5 -d/ > /tmp/gt_yes.txt - No USES for i in $(cat /tmp/gt_yes.txt); do grep -qw USES $i/Makefile || \ echo $i; done > /tmp/gt_nouses.txt > /tmp/patch-gettext-nouses.txt for i in $(cat /tmp/gt_nouses.txt); do _incpre=$(grep -n 'include.*bsd.port.pre.mk' $i/Makefile | cut -f1 -d: | head -1) [ -z $_incpre ] && _incpre=99999 _incopt=$(grep -n 'include.*bsd.port.options.mk' $i/Makefile | cut -f1 -d: | head -1) [ -z $_incopt ] && _incopt=99999 _gettext=$(grep -nw '^USE_GETTEXT' $i/Makefile | cut -f1 -d: | head -1) if [ -z $_gettext ]; then echo 1>&2 "$i: no USE_GETTEXT ??" continue fi if [ $_incpre -lt $_gettext ]; then echo 1>&2 "$i cannot be autoconverted" continue fi if [ $_incopt -gt $_gettext ]; then sed 's/^USE_GETTEXT=.*$/USES= gettext/' $i/Makefile > /tmp/_patch_.txt else sed 's/^USE_GETTEXT=.*$/USES+= gettext/' $i/Makefile > /tmp/_patch_.txt fi diff -u $i/Makefile /tmp/_patch_.txt >> /tmp/patch-gettext-nouses.txt rm -f /tmp/_patch_.txt done Index: accessibility/accerciser/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_GNOME= pygnomedesktop atspi intlhack USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Index: accessibility/at-spi/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst Index: accessibility/dasher/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils Index: accessibility/gnome-mag/Makefile @@ -20,7 +20,7 @@ USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: accessibility/gnopernicus/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes Index: accessibility/gok/Makefile @@ -21,7 +21,7 @@ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 Index: accessibility/mousetweaks/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: accessibility/orca/Makefile @@ -27,7 +27,7 @@ LATEST_LINK= gnome-orca USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ Index: accessibility/py-atspi/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2 GNU_CONFIGURE= yes Index: accessibility/redshift/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" Index: accessibility/yasr/Makefile @@ -22,7 +22,7 @@ .if !defined(WITHOUT_NLS) CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " Index: archivers/dpkg/Makefile @@ -42,7 +42,7 @@ .if ${PORT_OPTIONS:MNLS} MANLANG= "" de fr hu ja pl sv -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: archivers/file-roller/Makefile @@ -18,7 +18,7 @@ USE_LDCONFIG= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GMAKE= yes Index: archivers/thunar-archive-plugin/Makefile @@ -16,7 +16,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_XFCE= configenv libexo thunar -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_GNOME= desktopfileutils intltool USE_GMAKE= yes Index: archivers/gcpio/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}" .else Index: archivers/grzip/Makefile @@ -15,7 +15,7 @@ COMMENT= Efficient file compressor USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lintl Index: archivers/gtar/Makefile @@ -40,7 +40,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: archivers/kbackup/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes Index: archivers/rpm/Makefile @@ -26,7 +26,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -liconv" Index: archivers/rpm4/Makefile @@ -61,7 +61,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext USE_ICONV= yes PLIST_SUB+= NLS="" .else Index: archivers/rpm5/Makefile @@ -76,7 +76,7 @@ .if ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+=--enable-nls -USE_GETTEXT= yes +USES+= gettext USE_ICONV= yes .else CONFIGURE_ARGS+=--disable-nls Index: archivers/star/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= smake:${PORTSDIR}/devel/smake USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes .if !defined(NO_INSTALL_MANPAGES) Index: archivers/xarchiver/Makefile @@ -25,7 +25,7 @@ .include .if !empty(PORT_OPTIONS:MNLS) -USE_GETTEXT= yes +USES+= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= NLS="" Index: astro/celestia/Makefile @@ -18,7 +18,7 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GL= gl USE_LUA= 5.0+ # should be optional, but the build fails without it WANT_GNOME= yes Index: astro/foxtrotgps/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 gconf2 libxml2 intltool pkgconfig libglade2 USE_SQLITE= 3 Index: astro/gpsdrive/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: audio/alsa-utils/Makefile @@ -47,7 +47,7 @@ PLIST_SUB+= NLS="@comment " .else LDFLAGS+= -L${LOCALBASE}/lib -lintl -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: audio/rhythmbox/Makefile @@ -24,7 +24,7 @@ CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 nautilus2 Index: audio/ampache/Makefile @@ -16,7 +16,7 @@ WANT_PHP_WEB= yes NO_BUILD= yes -USE_GETTEXT= yes +USES= gettext PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message Index: audio/ardour/Makefile @@ -20,7 +20,7 @@ gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_SCONS= yes SCONS_ENV+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes CFLAGS+= -I${LOCALBASE}/include Index: audio/ario/Makefile @@ -41,7 +41,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls .else CONFIGURE_ARGS+= --disable-nls Index: audio/asunder/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 Index: audio/audacity/Makefile @@ -20,7 +20,7 @@ USE_AUTOTOOLS= aclocal autoconf GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_XZ= yes USE_WX= 2.8 WX_UNICODE= yes Index: audio/aumix/Makefile @@ -35,7 +35,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext .for ii in ca de el es fr gl it ja nl pl pt_BR ru sv uk zh_CN PLIST_FILES+= share/locale/${ii}/LC_MESSAGES/aumix.mo Index: audio/gmtp/Makefile @@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 PORTDOCS= * Index: audio/blop/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: audio/gtick/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: audio/gigedit/Makefile @@ -20,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_GNOME= intltool Index: audio/cplay/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_PYTHON= yes Index: audio/cuberok/Makefile @@ -25,7 +25,7 @@ USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ network phonon-gst sql USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_SDL= sdl QMAKEFLAGS+= "CONFIG+=player_phonon" MAKE_ENV+= INSTALL_ROOT=${PREFIX} Index: audio/easytag/Makefile @@ -20,7 +20,7 @@ CONFLICTS= easytag-devel-[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GTK Index: audio/exaile/Makefile @@ -53,7 +53,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: audio/freedesktop-sound-theme/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GNOME= gnomehier intlhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes Index: audio/gimmix/Makefile @@ -40,7 +40,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+= --enable-nls -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: audio/gmpc-alarm/Makefile @@ -21,6 +21,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig glib20 gtk20 intltool -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-albumview/Makefile @@ -21,6 +21,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig glib20 gtk20 intltool -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-discogs/Makefile @@ -22,6 +22,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig glib20 gtk20 intltool libxml2 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-lastfm/Makefile @@ -23,6 +23,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig glib20 gtk20 intltool libxml2 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-libnotify/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig glib20 gtk20 intltool -USE_GETTEXT= yes +USES= gettext PLIST_FILES= lib/gmpc/plugins/libnotifyplugin.la \ lib/gmpc/plugins/libnotifyplugin.so Index: audio/gmpc-lyrics/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2 -USE_GETTEXT= yes +USES= gettext PLIST_FILES= lib/gmpc/plugins/lyricsplugin.la \ lib/gmpc/plugins/lyricsplugin.so Index: audio/gmpc-lyricsplugin/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig intltool glib20 gtk20 libxml2 -USE_GETTEXT= yes +USES= gettext PLIST_FILES= lib/gmpc/plugins/lyricspluginplugin.la \ lib/gmpc/plugins/lyricspluginplugin.so Index: audio/gmpc-lyricwiki/Makefile @@ -21,6 +21,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-magnatune/Makefile @@ -22,6 +22,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig intltool glib20 gtk20 libglade2 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-mdcover/Makefile @@ -22,6 +22,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-mserver/Makefile @@ -26,6 +26,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= gnomehack pkgconfig glib20 gtk20 libxml2 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-shout/Makefile @@ -24,6 +24,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc-wikipedia/Makefile @@ -23,6 +23,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig intltool glib20 gtk20 -USE_GETTEXT= yes +USES= gettext .include Index: audio/gmpc/Makefile @@ -28,7 +28,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig glib20 gtk20 libglade2 INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --enable-system-libsexy CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: audio/amarok/Makefile @@ -24,7 +24,7 @@ USE_KDEBASE_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext USE_SDL= sdl USE_RUBY= yes USE_LDCONFIG= yes Index: audio/goobox/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= x11 -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils Index: audio/gqmpeg/Makefile @@ -26,7 +26,7 @@ .endif USE_GNOME= gdkpixbuf -USE_GETTEXT= yes +USES= gettext WANT_GNOME= yes USE_AUTOTOOLS= autoconf213 libtool Index: audio/gtkpod/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ gpod:${PORTSDIR}/audio/libgpod -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes Index: audio/herrie/Makefile @@ -75,7 +75,7 @@ .endif .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+=no_nls Index: audio/jack-rack/Makefile @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_GNOME= libgnomeui libxml2 -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: audio/kid3/Makefile @@ -29,7 +29,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-musicbrainz MAKE_JOBS_SAFE= yes Index: audio/libgpod/Makefile @@ -17,7 +17,7 @@ USE_CSTD= gnu89 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 USE_SQLITE= 3 Index: audio/libmp3splt/Makefile @@ -65,7 +65,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LANGUAGES= de_DE cs es fr_FR hr .for language in ${LANGUAGES} PLIST_FILES+= share/locale/${language}/LC_MESSAGES/libmp3splt0.mo Index: audio/lingot/Makefile @@ -17,7 +17,7 @@ USE_GNOME= gtk20 libglade2 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib Index: audio/lxmusic/Makefile @@ -14,7 +14,7 @@ USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Index: audio/madplay/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: audio/mp3c/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: audio/mp3splt-gtk/Makefile @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: audio/mp3splt/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LANGUAGES= cs de_DE es fr_FR .for language in ${LANGUAGES} PLIST_FILES+= share/locale/${language}/LC_MESSAGES/mp3splt.mo Index: audio/mpdbrowser/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd PYDISTUTILS_PKGNAME= mpdBrowser -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_PYTHON= yes USE_PYDISTUTILS= yes Index: audio/muine/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix gnomehack intltool libgnomeui gnomesharp20 USE_GSTREAMER= gconf USE_LDCONFIG= yes Index: audio/muse/Makefile @@ -23,7 +23,7 @@ OPTIONS_DEFINE= X11 LAME SNDFILE DOCS OPTIONS_DEFAULT=X11 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --disable-lubrify --disable-rpath Index: audio/osd-lyrics/Makefile @@ -21,7 +21,7 @@ # Cannot enable -Werror yet: Clang does not like the code `printf(_("..."))', # see this bug for details: http://llvm.org/bugs/show_bug.cgi?id=3814 #CONFIGURE_ARGS= --with-werror -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 USE_SQLITE= yes Index: audio/paprefs/Makefile @@ -30,7 +30,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: audio/picard/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml -USE_GETTEXT= yes +USES= gettext USE_PYTHON= -2.7 USE_PYDISTUTILS=yes INSTALLS_ICONS= yes Index: audio/pulseaudio/Makefile @@ -30,7 +30,7 @@ USE_GNOME= gnomehack glib20 intltool ltverhack USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl libtool USE_GMAKE= yes Index: audio/ncmpc/Makefile @@ -30,7 +30,7 @@ PLIST_DIRS=%%EXAMPLESDIR%% .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LANGUAGES=cs da de eo es fi fr gl he hu it ko nb nl pl pt_BR ru sk sv uk zh_CN .for language in ${LANGUAGES} PLIST_FILES+=share/locale/${language}/LC_MESSAGES/ncmpc.mo Index: audio/normalize/Makefile @@ -48,7 +48,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: audio/rubyripper/Makefile @@ -27,7 +27,7 @@ cd-discid:${PORTSDIR}/audio/cd-discid USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_RUBY= yes INSTALLS_ICONS= yes Index: audio/decibel-audio-player/Makefile @@ -17,7 +17,7 @@ USE_PYTHON= 2.5+ USE_GNOME= pygnome2 pygtk2 USE_GSTREAMER= python good bad -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes NO_BUILD= yes MAN1= decibel-audio-player.1 decibel-audio-player-remote.1 Index: audio/solfege/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomehack pygtk2 WANT_GNOME= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" Index: audio/sonata/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd -USE_GETTEXT= yes +USES= gettext USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes Index: audio/sound-juicer/Makefile @@ -25,7 +25,7 @@ brasero-media.3:${PORTSDIR}/sysutils/brasero USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix gconf2 libglade2 gnomedocutils Index: audio/soundconverter/Makefile @@ -19,7 +19,7 @@ LICENSE= GPLv3 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_PYTHON= yes USE_GNOME= pygtk2 pygnome2 Index: audio/spek/Makefile @@ -18,7 +18,7 @@ USE_XZ= yes USE_GCC= 4.7+ USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= desktopfileutils intltool USE_WX= 2.8+ WX_UNICODE= yes Index: audio/gvolwheel/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= NLS="@comment " .else PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .endif pre-configure: Index: audio/prokyon3/Makefile @@ -25,7 +25,7 @@ USE_QT_VER= 3 USE_MYSQL= yes USE_PERL5_BUILD=yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-other-includes=${LOCALBASE}/include \ Index: audio/vorbis-tools/Makefile @@ -28,7 +28,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else USE_ICONV= yes Index: audio/wavbreaker/Makefile @@ -35,7 +35,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: audio/wxguitar/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/wxGuitar .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: audio/xfmpc/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils USE_XFCE= configenv libmenu libutil Index: audio/xmms-curses/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \ xcb.2:${PORTSDIR}/x11/libxcb -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk12 USE_ICONV= yes USE_XORG= x11 xau xdmcp xext xi Index: audio/xmms-flac/Makefile @@ -17,7 +17,7 @@ xcb.2:${PORTSDIR}/x11/libxcb USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk12 USE_ICONV= yes USE_XORG= x11 xau xdmcp xext xi Index: audio/xhippo/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2 MAKE_JOBS_SAFE= yes Index: audio/xmms-sid/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: benchmarks/gtkperf/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gtk20 gnomeprefix .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: biology/gperiodic/Makefile @@ -15,7 +15,7 @@ COMMENT= Displays a periodic table of the elements USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext LANGS= da fr gl it pl ru sv tr Index: cad/electric/Makefile @@ -39,7 +39,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext FEATURES+= INT .endif Index: cad/geda-gattrib/Makefile @@ -34,7 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: cad/geda-gschem/Makefile @@ -37,7 +37,7 @@ MAN1= gschem.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: chinese/oxim/Makefile @@ -70,7 +70,7 @@ # TODO WITHOUT_NLS knob #.if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -lintl PLIST_SUB+= NLS="" #.else Index: chinese/libpinyin/Makefile @@ -14,7 +14,7 @@ USE_BDB= yes USE_GNOME= glib20 gnomehack pkgconfig -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes Index: chinese/pcmanx/Makefile @@ -35,7 +35,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: chinese/reciteword/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 esound USE_GMAKE= yes CPPFLAGS+= "-I${LOCALBASE}/include" Index: chinese/scim-array/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes CFLAGS+= -fPIC Index: chinese/scim-pinyin/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: chinese/wenju/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS= --disable-nls Index: chinese/zhcon/Makefile @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 USE_ICONV= yes # Don't bother to add ".if !defined(WITHOUT_NLS)", zhcon requires libintl -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: chinese/ibus-pinyin/Makefile @@ -63,7 +63,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: comms/gnocky/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: comms/gnokii/Makefile @@ -21,7 +21,7 @@ GROUPS= ${PORTNAME} USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_CSTD= gnu89 MAKE_JOBS_SAFE= yes Index: comms/gpredict/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: comms/grig/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext MAN1= grig.1 Index: comms/gsmlib/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: comms/ktrack/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure Index: comms/libticables/Makefile @@ -16,7 +16,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes Index: comms/minicom/Makefile @@ -34,7 +34,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: comms/scmxx/Makefile @@ -13,7 +13,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include Index: comms/xastir/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_MOTIF= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes MAN1= xastir.1 \ Index: comms/xlog/Makefile @@ -16,7 +16,7 @@ MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio logging application -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mime-update \ Index: converters/ascii2binary/Makefile @@ -14,7 +14,7 @@ COMMENT= Convert between textual representations of numbers and binary USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext LICENSE= GPLv3 Index: converters/recode/Makefile @@ -11,7 +11,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Converts files between character sets and usages -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_PERL5= yes USE_LDCONFIG= yes Index: databases/opendbx/Makefile @@ -80,7 +80,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: databases/p5-DBD-Sybase/Makefile @@ -16,7 +16,7 @@ CONFIGURE_ENV= SYBASE=${LOCALBASE} PERL_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext .if defined(BATCH) CONFIGURE_ARGS= < /dev/null Index: databases/glom/Makefile @@ -35,7 +35,7 @@ USE_BZIP2= yes USE_PYTHON= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras USE_LDCONFIG= yes Index: databases/gnome-db/Makefile @@ -20,7 +20,7 @@ USE_GCC= any USE_GNOME= gnomehack gnomeprefix gnomehier libgda USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Index: databases/kmysqladmin/Makefile @@ -17,7 +17,7 @@ USE_MYSQL= yes USE_QT_VER= 3 USE_KDELIBS_VER=3 -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \ Index: databases/libgda/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: databases/libgda2/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack intlhack -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: databases/libgda3/Makefile @@ -27,7 +27,7 @@ USE_AUTOTOOLS= libtool USE_GCC= any -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack USE_LDCONFIG= yes Index: databases/libgnomedb/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \ intlhack referencehack -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes Index: databases/namazu2/Makefile @@ -19,7 +19,7 @@ USE_PERL5= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-perl5="${PERL}" \ --with-libintl-prefix=${LOCALBASE} \ Index: databases/drizzle/Makefile @@ -62,7 +62,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: databases/pxlib/Makefile @@ -15,7 +15,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: databases/pgadmin3/Makefile @@ -21,7 +21,7 @@ IGNORE_WITH_PGSQL= 82 83 MAKE_JOBS_SAFE= yes -USE_GETTEXT= yes +USES= gettext USE_PGSQL= yes USE_GMAKE= yes GNU_CONFIGURE= yes Index: databases/grass/Makefile @@ -33,7 +33,7 @@ USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_READLINE= yes USE_PERL5= yes USE_XORG= sm ice xi x11 xt xmu xext Index: databases/pxtools/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: databases/py-sqlkit/Makefile @@ -19,7 +19,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install USE_GNOME= pygtk2 desktopfileutils -USE_GETTEXT= yes +USES= gettext OPTIONS_DEFINE= FIREBIRD MSSQL MYSQL PGSQL SQLITE SYBASE OPTIONS_DEFAULT=MYSQL PGSQL SQLITE Index: databases/recutils/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: deskutils/alacarte/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix pygnomedesktop intlhack USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Index: deskutils/bmp-docklet/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment" .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: deskutils/calcurse/Makefile @@ -26,7 +26,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: deskutils/gourmet/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= ignore:1 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= pygnome2 pygnomeextras pygtk2 USE_PYTHON= -2.7 USE_PYDISTUTILS=yes Index: deskutils/conkyforecast/Makefile @@ -25,7 +25,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes INSTALL_EGGINFO=yes -USE_GETTEXT= yes +USES= gettext SUB_FILES= pkg-message SUB_LIST+= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" Index: deskutils/drivel/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GNOME= gconf2 gnomedocutils gnomevfs2 gtksourceview2 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes Index: deskutils/easystroke/Makefile @@ -26,7 +26,7 @@ .include -USE_GETTEXT= yes +USES+= gettext .if ${PORT_OPTIONS:MNLS} BUILD_DEPENDS+= intltool-merge:${PORTSDIR}/textproc/intltool Index: deskutils/evolution-jescs/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes Index: deskutils/clipit/Makefile @@ -19,7 +19,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --localedir=${LOCALBASE}/share/locale .else Index: deskutils/gbirthday/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext USE_GNOME+= intltool LANGUAGES= de en es fr gl it pl pt ru sk PLIST_SUB+= NLS="" Index: deskutils/gcal/Makefile @@ -15,7 +15,7 @@ COMMENT= The GNU Gregorian calendar program USE_XZ= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: deskutils/gcal/Makefile @@ -15,7 +15,7 @@ COMMENT= The GNU Gregorian calendar program USE_XZ= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: deskutils/gdesklets/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnomehack gnomeprefix intlhack librsvg2 pygnomeextras USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes Index: deskutils/genius/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .endif Index: deskutils/gimmie/Makefile @@ -31,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: deskutils/glabels/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui \ desktopfileutils intlhack ltverhack WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: deskutils/conduit/Makefile @@ -27,7 +27,7 @@ USE_PYTHON= 2.5+ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Index: deskutils/gnome-blog/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack Index: deskutils/gnome-main-menu/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \ libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Index: deskutils/gnome-utils/Makefile @@ -25,7 +25,7 @@ gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_GMAKE= yes USE_LDCONFIG= yes Index: deskutils/gnote/Makefile @@ -23,7 +23,7 @@ USE_XZ= yes USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \ ltverhack gnomepanel -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes GCONF_SCHEMAS= gnote.schemas USE_AUTOTOOLS= libtool Index: deskutils/ganyremote/Makefile @@ -17,7 +17,7 @@ USE_GNOME= pygtk2 USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: deskutils/griffith/Makefile @@ -30,7 +30,7 @@ USE_XZ= yes USE_GNOME= pygtk2 USE_PYTHON= 2.5+ -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes NO_BUILD= yes Index: deskutils/gtimer/Makefile @@ -19,7 +19,7 @@ USE_XORG= xscrnsaver USE_GNOME= gtk20 USE_PERL5_BUILD=yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes Index: deskutils/global-menu/Makefile @@ -38,7 +38,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: deskutils/gucharmap/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes Index: deskutils/gxmessage/Makefile @@ -23,7 +23,7 @@ MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}" .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: deskutils/hamster-applet/Makefile @@ -22,7 +22,7 @@ ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_PYTHON= yes USE_XORG= xscrnsaver Index: deskutils/horde3-nag/Makefile @@ -16,7 +16,7 @@ COMMENT= Simple multiuser task list manager USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: deskutils/horde3-hermes/Makefile @@ -14,7 +14,7 @@ COMMENT= Time tracking application USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL TODO BUILD_DEPENDS+= ${HORBAS}/turba/minisearch.php:${PORTSDIR}/mail/horde3-turba \ Index: deskutils/horde3-klutz/Makefile @@ -15,7 +15,7 @@ COMMENT= Comic strip viewer for horde USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: deskutils/horde3-kronolith/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: deskutils/horde3-mnemo/Makefile @@ -16,7 +16,7 @@ COMMENT= Notes and memos application USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: deskutils/katapult/Makefile @@ -19,7 +19,7 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool USE_LDCONFIG= ${PREFIX}/lib/ ${PREFIX}/lib/kde3/ -USE_GETTEXT= yes +USES= gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include Index: deskutils/pinot/Makefile @@ -47,7 +47,7 @@ USE_DOS2UNIX= textcat32_conf.txt USE_XORG= pixman -USE_GETTEXT= yes +USES= gettext USE_SQLITE= 3 USE_PYTHON= yes USE_OPENSSL= yes Index: deskutils/kdissert/Makefile @@ -19,7 +19,7 @@ EXPIRATION_DATE= 2013-07-01 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_KDELIBS_VER= 3 Index: deskutils/knowit/Makefile @@ -18,7 +18,7 @@ EXPIRATION_DATE= 2013-07-01 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_AUTOTOOLS= libtool Index: deskutils/kompose/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: deskutils/kooldock/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER= 3 USE_BZIP2= yes Index: deskutils/labyrinth/Makefile @@ -15,7 +15,7 @@ CONFIGURE_ENV= GMSGFMT=msgfmt USE_GNOME= pygnome2 gnomedesktop gnomehack USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes .include Index: deskutils/ljit/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 PLIST_FILES= bin/ljit share/locale/ru/LC_MESSAGES/ljit.mo Index: deskutils/moregroupware/Makefile @@ -26,7 +26,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext .endif .if ${PORT_OPTIONS:MPGSQL} Index: deskutils/nagaina/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GNOME= glib20 USE_QT4= corelib gui xml moc_build qmake_build rcc_build uic_build Index: deskutils/nautilus-actions/Makefile @@ -21,7 +21,7 @@ INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= nautilus2 intlhack USE_GMAKE= yes GNU_CONFIGURE= yes Index: deskutils/nautilus-open-terminal/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0` LDFLAGS+= -L${LOCALBASE}/lib Index: deskutils/notecase/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 gtksourceview2 gnomevfs2 desktopfileutils pkgconfig -USE_GETTEXT= yes +USES= gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: deskutils/notification-daemon/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix intlhack gtk30 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_XORG= x11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes Index: deskutils/ontv/Makefile @@ -24,7 +24,7 @@ tv_check:${PORTSDIR}/textproc/p5-xmltv USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gnomeprefix pygnomedesktop pygnomeextras pygtk2 USE_GMAKE= yes USE_PYTHON= 2.5-2.7 Index: deskutils/osmo/Makefile @@ -22,7 +22,7 @@ gtkhtml:${PORTSDIR}/www/libgtkhtml USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes GNU_CONFIGURE= yes Index: deskutils/gtg/Makefile @@ -18,7 +18,7 @@ FETCH_ARGS= -pRr USE_GNOME= desktopfileutils pygobject pygtk2 -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_PYTHON= -2.7 USE_PYDISTUTILS= yes Index: deskutils/parcellite/Makefile @@ -18,7 +18,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: deskutils/rednotebook/Makefile @@ -18,7 +18,7 @@ ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_GNOME= pygtk2 Index: deskutils/semantik/Makefile @@ -28,7 +28,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: deskutils/tel/Makefile @@ -15,7 +15,7 @@ COMMENT= Little console-based phone book manager USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS=yes Index: deskutils/tomboy/Makefile @@ -23,7 +23,7 @@ mautil:${PORTSDIR}/devel/mono-addins USE_XZ= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack intlhack gnomeprefix gnomedesktopsharp20 GNU_CONFIGURE= yes USE_GMAKE= yes Index: deskutils/vboxgtk/Makefile @@ -21,7 +21,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: deskutils/virt-manager/Makefile @@ -22,7 +22,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: deskutils/wammu/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv2 -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes USE_WX= 2.6+ Index: deskutils/x-tile/Makefile @@ -27,7 +27,7 @@ ${WRKSRC}/modules/cons.py .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else PYDISTUTILS_BUILD_TARGET= --without-gettext build Index: deskutils/xchm/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: deskutils/xfce4-notes-plugin/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils pkgconfig Index: deskutils/xfce4-xkb-plugin/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig librsvg2 USE_XFCE= configenv panel Index: devel/ORBit/Makefile @@ -16,7 +16,7 @@ COMMENT= High-performance CORBA ORB with support for the C language USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib12 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/aegis/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff -USE_GETTEXT= yes +USES= gettext USE_GNOME= libxml2 USE_PERL5= yes USE_TK= yes Index: devel/avr-binutils/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GCC= any USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --target=avr GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Index: devel/baz/Makefile @@ -25,7 +25,7 @@ CONFLICTS= gd-2.* USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5_BUILD=yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Index: devel/boaconstructor/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/boa-constructor-${PORTVERSION} USE_ZIP= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_WX= 2.6 WX_COMPS= python Index: devel/bonobo/Makefile @@ -20,7 +20,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint -USE_GETTEXT= yes +USES= gettext GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/bug-buddy/Makefile @@ -20,7 +20,7 @@ soup-2.4.1:${PORTSDIR}/devel/libsoup USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_GMAKE= yes GNU_CONFIGURE= yes Index: devel/bzr-explorer/Makefile @@ -23,6 +23,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= explorer -USE_GETTEXT= yes +USES= gettext .include Index: devel/bzr/Makefile @@ -23,7 +23,7 @@ USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr -USE_GETTEXT= yes +USES= gettext MAN1= bzr.1 Index: devel/cook/Makefile @@ -25,7 +25,7 @@ MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \ find_libs.1 make2cook.1 roffpp.1 MANCOMPRESSED= no -USE_GETTEXT= yes +USES= gettext # Make sure that the whole directory tree exists. pre-install: Index: devel/dbus-glib/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus USE_GNOME= gnomehack glib20 ltverhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Index: devel/diffuse/Makefile @@ -44,7 +44,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext TRANSLATIONS= de es it ja ko ru zh_CN MANLANG= "" it ru PLIST_SUB+= NLS="" Index: devel/ding-libs/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USE_GETTEXT= yes +USES= gettext USE_GNOME= pkgconfig USE_LDCONFIG= yes Index: devel/eggdbus/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_GNOME= glib20 gnomehack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes Index: devel/fnccheck/Makefile @@ -32,7 +32,7 @@ # should be same as binutils .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -lintl .endif Index: devel/gazpacho/Makefile @@ -23,7 +23,7 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_GETTEXT= yes +USES= gettext PORTDOCS= AUTHORS ChangeLog CONTRIBUTORS COPYING README NEWS Index: devel/gconf/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib12 gtk12 oaf libxml orbit -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: devel/gdb66/Makefile @@ -29,7 +29,7 @@ USE_BZIP2= yes USE_GCC= any USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc Index: devel/giggle/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= glib20 gtk20 gtksourceview2 libglade2 -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Index: devel/gindent/Makefile @@ -26,7 +26,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: devel/gitg/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gconf2 gtk20 gtksourceview2 gnomehack -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes Index: devel/gitphp/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PHP= bz2 fileinfo mbstring memcache posix simplexml spl zlib WANT_PHP_WEB= yes NO_BUILD= yes Index: devel/glade3/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gtk20 libxml2 gnomeprefix gnomehack \ gnomedocutils desktopfileutils ltverhack:10 WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: devel/gmake/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-prefix=g .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" Index: devel/gnome-vfs1/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix glib12 libxml gtk12 orbit gconf \ gnomemimedata gnomelibs -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" Index: devel/gnucflow/Makefile @@ -28,7 +28,7 @@ .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}" PLIST_FILES+= share/locale/da/LC_MESSAGES/cflow.mo \ share/locale/fi/LC_MESSAGES/cflow.mo \ Index: devel/goffice/Makefile @@ -25,7 +25,7 @@ USE_XZ= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libgsf ltverhack -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: devel/gtranslator/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix gnomevfs2 libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: devel/horde3-whups/Makefile @@ -14,7 +14,7 @@ COMMENT= Bug tracking/ticketing system USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL TODO lighttpd-whups.conf NO_BUILD= yes Index: devel/anjuta/Makefile @@ -32,7 +32,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PERL5= yes Index: devel/git/Makefile @@ -217,7 +217,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: devel/idutils/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: devel/ixlib/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A small C++ tools library based on STL -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Index: devel/libelf/Makefile @@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+= --enable-nls -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= GETTEXT="" .else CONFIGURE_ARGS+= --disable-nls Index: devel/libgdata/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool Index: devel/libgsf/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 ltverhack intlhack USE_AUTOTOOLS= libtool Index: devel/libgtop/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_PERL5_BUILD=yes USE_XORG= xau -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomehack glib20 ltverhack intlhack USE_LDCONFIG= yes Index: devel/libnotify/Makefile @@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GNOME= gnomehack intlhack glib20 gtk20 ltverhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: devel/libsoup/Makefile @@ -20,7 +20,7 @@ .if !defined(REFERENCE_PORT) -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehier gnomehack glib20 libxml2 ltverhack referencehack \ intltool USE_LDCONFIG= yes Index: devel/libticalcs/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= ticables.12:${PORTSDIR}/comms/libticables \ tifiles.6:${PORTSDIR}/devel/libtifiles -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes Index: devel/libtifiles/Makefile @@ -14,7 +14,7 @@ MAINTAINER= tijl@coosemans.org COMMENT= TI calculator file types library -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes Index: devel/libzvbi/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ unicode.0:${PORTSDIR}/devel/libunicode -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes Index: devel/lua-gettext/Makefile @@ -18,7 +18,7 @@ COMMENT= Gettext binding for Lua 5 USE_LUA?= 5.1 -USE_GETTEXT= yes +USES= gettext CVER= 1.15 LVER= ${PORTVERSION} Index: devel/m17n-db/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: devel/mercurial/Makefile @@ -64,7 +64,7 @@ post-patch: .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else EXTRA_PATCHES+= ${FILESDIR}/extra-patch-setup.py Index: devel/horde3-chora/Makefile @@ -42,7 +42,7 @@ .endif USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= README BUGS CHANGES CREDITS INSTALL RELEASE_NOTES TODO pre-configure: Index: devel/jtag/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: devel/monodevelop-database/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gtksharp20 post-patch: Index: devel/monodevelop-java/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes HAS_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --prefix=${PREFIX} USE_GNOME= gtksharp20 Index: devel/monodevelop/Makefile @@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes MAN1= mdtool.1 monodevelop.1 -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes OPTIONS= MONOEXT "Enable extensions for Mono development" on \ Index: devel/motor/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" .else Index: devel/nemiver/Makefile @@ -30,7 +30,7 @@ USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2 vte USE_GCC= 4.4+ USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes INSTALLS_ICONS= yes MAN1= nemiver.1 Index: devel/newt/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: devel/oaf/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtk12 orbit libxml -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/fhist/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext .for file in fcomp fhist fmerge PLIST_FILES+= share/locale/en/LC_MESSAGES/${file}.mo .endfor Index: devel/arm-elf-binutils/Makefile @@ -13,7 +13,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} CFLAGS="-I/usr/local/include" INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info Index: devel/p5-Locale-gettext/Makefile @@ -18,7 +18,7 @@ PERL_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} -USE_GETTEXT= yes +USES= gettext MAN3= Locale::gettext.3 Index: devel/cppi/Makefile @@ -10,7 +10,7 @@ COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -19,7 +19,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: devel/cppi/Makefile @@ -10,7 +10,7 @@ COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -19,7 +19,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: devel/py-mwlib.rl/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GETTEXT= yes +USES= gettext USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install Index: devel/p5-Locale-libintl/Makefile @@ -13,7 +13,7 @@ COMMENT= Internationalization library for Perl PERL_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext MAN3= Locale::Messages.3 \ Locale::Recode.3 \ Index: devel/cutter/Makefile @@ -16,7 +16,7 @@ CPPFLAGS+= "-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= intltool gnomehack glib20 gtk20 USE_LDCONFIG= yes @@ -71,7 +71,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: devel/cutter/Makefile @@ -16,7 +16,7 @@ CPPFLAGS+= "-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= intltool gnomehack glib20 gtk20 USE_LDCONFIG= yes @@ -71,7 +71,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: devel/py-zope.i18n/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= easy_install Index: devel/qbzr/Makefile @@ -28,7 +28,7 @@ USE_PYTHON= yes USE_QT4= # empty USE_PYDISTUTILS= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes .include Index: devel/quilt/Makefile @@ -51,7 +51,7 @@ .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls Index: devel/rapidsvn/Makefile @@ -24,7 +24,7 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= autoconf libtool automake CONFIGURE_TARGET= CONFIGURE_ARGS= --with-apr-config=apr-1-config \ Index: devel/remake/Makefile @@ -15,7 +15,7 @@ COMMENT= Fork of gmake with debugger GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext MAN1= remake.1 INFO= remake Index: devel/rsvndump/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_FILES+= share/locale/de/LC_MESSAGES/rsvndump.mo .else CONFIGURE_ARGS+= --disable-nls Index: devel/ruby-intl/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A simple wrapper of GNU gettext for Ruby -USE_GETTEXT= yes +USES= gettext USE_RUBY= yes USE_RUBY_EXTCONF= yes Index: devel/ruby-rbbr/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ rubygem-gettext>0:${PORTSDIR}/devel/rubygem-gettext -USE_GETTEXT= yes +USES= gettext USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb Index: devel/seed/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gtk20 intltool libxml2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: devel/synfig/Makefile @@ -23,7 +23,7 @@ xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 USE_GNOME= gnomehack glib20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: devel/valide/Makefile @@ -21,7 +21,7 @@ BROKEN= Doesn't build with vala 0.12+ INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 gtksourceview2 USE_LDCONFIG= yes USE_PYTHON= yes Index: devel/xdg-user-dirs/Makefile @@ -14,7 +14,7 @@ COMMENT= Tool to help manage personal user directories GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GMAKE= yes LDFLAGS+= -L${LOCALBASE}/lib Index: devel/tortoisehg2/Makefile @@ -36,7 +36,7 @@ .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else PLIST_SUB+= NLS="@comment " .endif Index: devel/zpu-binutils/Makefile @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain -USE_GETTEXT= yes +USES= gettext MANPREFIX= ${PREFIX}/zpu MANCOMPRESSED= no MAN1= zpu-elf-addr2line.1 zpu-elf-ar.1 zpu-elf-dlltool.1 \ Index: devel/zpu-gcc/Makefile @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext MANPREFIX= ${PREFIX}/zpu MAN1= zpu-elf-cpp.1 zpu-elf-gcc.1 zpu-elf-gcov.1 MAN7= fsf-funding.7 gfdl.7 gpl.7 Index: dns/libidn/Makefile @@ -21,7 +21,7 @@ INFO= libidn .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: dns/mydns/Makefile @@ -56,7 +56,7 @@ .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: dns/mydns-ng/Makefile @@ -62,7 +62,7 @@ PLIST_SUB+= NLS="@comment " .else CONFIGURE_ARGS+=--with-included-gettext -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: editors/morla/Makefile @@ -25,7 +25,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=auto -USE_GETTEXT= yes +USES= gettext USE_GNOME= gconf2 libgtkhtml libxslt USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} Index: editors/mp/Makefile @@ -29,7 +29,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --without-gettext Index: editors/nano-devel/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" MANLANG= "" fr .else Index: editors/nano/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" MANLANG= "" fr .else Index: editors/p5-Padre/Makefile @@ -71,7 +71,7 @@ WX_UNICODE= yes USE_DISPLAY= yes PERL_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_UNSAFE= yes PLIST_SUB= WX_VERSION="${WX_VERSION}" Index: editors/setedit/Makefile @@ -53,7 +53,7 @@ .if ! ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --no-intl .else -USE_GETTEXT= yes +USES+= gettext PLIST_FILES= share/locale/es/LC_MESSAGES/setedit.mo \ share/locale/de/LC_MESSAGES/setedit.mo .endif Index: editors/cooledit/Makefile @@ -17,7 +17,7 @@ USE_AUTOTOOLS= libtool USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_XORG= x11 xt Index: editors/gedit/Makefile @@ -23,7 +23,7 @@ USE_XORG= sm USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_LDCONFIG= yes USE_GMAKE= yes Index: editors/ghex/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ gnomedocutils -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes Index: editors/gnotepad+/Makefile @@ -25,7 +25,7 @@ USE_XORG= xpm WANT_GNOME= yes USE_GNOME= gnomeprefix gtk12 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: editors/gobby/Makefile @@ -40,7 +40,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+= --enable-nls -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: editors/leafpad/Makefile @@ -12,7 +12,7 @@ COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 desktopfileutils intlhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser Index: editors/madedit/Makefile @@ -10,7 +10,7 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= An open-source and cross-platform text/hex editor -USE_GETTEXT= yes +USES= gettext USE_WX= 2.6+ WANT_UNICODE= yes MAKE_JOBS_SAFE= yes Index: editors/poedit/Makefile @@ -25,7 +25,7 @@ WX_UNICODE= yes USE_BDB= yes WITH_BDB_HIGHEST= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" Index: editors/vim/Makefile @@ -75,7 +75,7 @@ .if ${PORT_OPTIONS:MNLS} MANLANG= "" ru.KOI8-R ru.UTF-8 pl.ISO8859-2 pl.UTF-8 pl fr.ISO8859-1 \ fr.UTF-8 fr it.ISO8859-1 it.UTF-8 it -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else MAKE_ARGS+= CONF_OPT_NLS="--disable-nls" Index: editors/py-room/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg FETCH_ARGS= -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_GNOME= pygtk2 USE_PYDISTUTILS= yes Index: editors/ssed/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .endif Index: editors/codelite/Makefile @@ -23,7 +23,7 @@ USE_WX= 2.9 WX_UNICODE= yes USE_DOS2UNIX= *.cpp -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= lib/codelite USE_CMAKE= yes CMAKE_OUTSOURCE=yes Index: editors/xemacs21-mule/Makefile @@ -43,7 +43,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_CSTD= gnu89 USE_XORG= xpm xbitmaps xaw STRIP= Index: editors/xmlcopyeditor/Makefile @@ -16,7 +16,7 @@ WX_COMPS= wx contrib WX_CONF_ARGS= absolute WX_UNICODE= yes -USE_GETTEXT= yes +USES= gettext USE_DOS2UNIX= src/templates/DTD.dtd \ src/templates/OpenLearn_document.xml \ src/rng/docbookxi.rnc \ Index: editors/zim/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= desktopfileutils gtk20 pygtk2 pygobject USE_PYTHON= -2.7 USE_PYDISTUTILS= yes Index: editors/zoinks/Makefile @@ -22,7 +22,7 @@ .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: emulators/catapult/Makefile @@ -34,7 +34,7 @@ USE_WX= 2.6+ USE_PYTHON_BUILD=yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp \ xext xfixes xi xinerama xrandr xrender xxf86vm Index: emulators/desmume/Makefile @@ -22,7 +22,7 @@ USE_SDL= sdl USE_GMAKE= yes USE_GNOME= gtk20 libglade2 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share Index: emulators/kcemu/Makefile @@ -29,7 +29,7 @@ GNU_CONFIGURE= yes USE_XORG= xmu USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes MAN1= kctape.1 kc2raw.1 kc2img.1 kc2tap.1 tdtodump.1 \ Index: emulators/hercules/Makefile @@ -54,7 +54,7 @@ PLIST_SUB+= GETTEXT="@comment " .else CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= GETTEXT="" .endif Index: emulators/loemu/Makefile @@ -18,7 +18,7 @@ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes Index: emulators/qemu-launcher/Makefile @@ -19,7 +19,7 @@ NO_BUILD= yes USE_GNOME= gtk20 INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext MAN1= qemu-launcher.1 Index: emulators/snes9express/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: emulators/snes9x-gtk/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 desktopfileutils pkgconfig intltool libglade2 libxml2 GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: emulators/tiemu3/Makefile @@ -28,7 +28,7 @@ MAN1= tiemu.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: emulators/vba/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_SDL= sdl -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" LIBS="-lintl" Index: emulators/xcpc/Makefile @@ -18,7 +18,7 @@ USE_XORG= ice USE_GNOME= pkgconfig glib20 USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu \ pcre.3:${PORTSDIR}/devel/pcre \ Index: emulators/xgngeo/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= XGngeo NO_BUILD= yes Index: emulators/xsystem35/Makefile @@ -16,7 +16,7 @@ jpeg.11:${PORTSDIR}/graphics/jpeg USE_AUTOTOOLS= autoconf libtool -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk12 WANT_GNOME= yes Index: finance/eqonomize-kde3/Makefile @@ -14,7 +14,7 @@ DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_PERL5= yes Index: finance/gnofin/Makefile @@ -23,7 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT=yes +USES= gettext PLIST_SUB= NLS="" .else CONFIGURE_ARGS= --disable-nls Index: finance/gnucash/Makefile @@ -31,7 +31,7 @@ WEBKIT_DESC= Use webkit instead of gtkhtml for the HTML engine USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_PERL5= yes Index: finance/grisbi/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: finance/homebank/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender USE_GNOME= desktopfileutils gnomehier gtk20 Index: finance/kmymoney2/Makefile @@ -29,7 +29,7 @@ USE_PERL5= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext USE_XORG= xext INSTALLS_ICONS= yes Index: finance/openerp-web/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= easy_install Index: finance/frontaccounting/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/license.txt -USE_GETTEXT= yes +USES= gettext USE_MYSQL= yes USE_PHP+= mysql mysqli openssl session Index: finance/weberp/Makefile @@ -18,7 +18,7 @@ USE_ZIP= yes USE_PHP= mysql gettext -USE_GETTEXT= yes +USES= gettext WRKSRC= ${WRKDIR}/webERP${PORTVERSION} NO_BUILD= yes Index: ftp/bareftp/Makefile @@ -14,7 +14,7 @@ --localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include" INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtksharp20 gnomesharp20 USE_GMAKE= yes Index: ftp/lftp/Makefile @@ -56,7 +56,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: ftp/filezilla/Makefile @@ -50,7 +50,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-locales Index: ftp/axel/Makefile @@ -21,7 +21,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext USE_ICONV= yes PLIST_SUB+= NLS="" CONFIGURE_ARGS+=--i18n=1 Index: ftp/horde3-gollem/Makefile @@ -14,7 +14,7 @@ COMMENT= Web-based File Manager USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: ftp/kpum/Makefile @@ -24,6 +24,6 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext .include Index: ftp/wput/Makefile @@ -36,7 +36,7 @@ .if ${PORT_OPTIONS:MNLS} USE_ICONV= yes -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} Index: ftp/wxdfast/Makefile @@ -18,7 +18,7 @@ USE_WX= 2.6+ WX_CONF_ARGS= relative WX_UNICODE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= aclocal automake autoconf libtoolize ACLOCAL_ARGS= -I ${LOCALBASE}/share/locale AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign Index: ftp/yafc/Makefile @@ -35,7 +35,7 @@ .if ${PORT_OPTIONS:MNLS} USE_GNOME+= intltool -USE_GETTEXT= yes +USES+= gettext PLIST_FILES+= share/locale/de/LC_MESSAGES/yafc.mo \ share/locale/sv/LC_MESSAGES/yafc.mo .else Index: games/adonthell/Makefile @@ -24,7 +24,7 @@ USE_SDL= mixer ttf sdl USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PYPACKAGE="${PYTHON_CMD}" ac_cv_path_P_SWIG=no Index: games/allacrost/Makefile @@ -26,7 +26,7 @@ USE_SDL= sdl ttf net USE_GL= yes USE_GCC= 4.2+ -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --datadir=${DATADIR} Index: games/assaultcube/Makefile @@ -49,7 +49,7 @@ .include .if ${PORT_OPTIONS:MCLIENT} -USE_GETTEXT= yes +USES+= gettext USE_GL= yes USE_SDL= image mixer sdl ALL_TARGET+= client Index: games/atomix/Makefile @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: games/balazar/Makefile @@ -29,7 +29,7 @@ USE_TWISTED= yes USE_GL= glew USE_SDL= sdl mixer -USE_GETTEXT= yes +USES= gettext PYDISTUTILS_PKGNAME= Balazar PYDISTUTILS_EGGINFODIR= ${PREFIX}/share Index: games/balazarbrothers/Makefile @@ -23,7 +23,7 @@ ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-vorbis USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS=yes USE_TWISTED= yes Index: games/bomberinstinct/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= mixer sdl -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_PERL5_BUILD=yes Index: games/bombermaze/Makefile @@ -16,7 +16,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: games/bombherman/Makefile @@ -51,7 +51,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: games/briquolo/Makefile @@ -36,7 +36,7 @@ #CONFIGURE_ARGS+= --disable-nls #PLIST_SUB+= NLS="@comment " #.else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" #.endif Index: games/capitalism/Makefile @@ -22,7 +22,7 @@ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ xcb:${PORTSDIR}/x11/libxcb -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_XORG= ice sm x11 xau xdmcp xext xrender USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ Index: games/chroma/Makefile @@ -12,7 +12,7 @@ COMMENT= Abstract puzzle game USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lintl" Index: games/chromium-bsu/Makefile @@ -48,7 +48,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/hitori/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: games/csmash/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A 3D tabletennis game -USE_GETTEXT= yes +USES= gettext USE_SDL= image mixer sdl USE_GL= yes USE_GNOME= gtk20 Index: games/dopewars/Makefile @@ -10,7 +10,7 @@ MAINTAINER= c.petrik.sosa@gmail.com COMMENT= UNIX rewrite of a game originally based on "Drug Wars" -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 Index: games/enigma/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LUA= 5.1 LUA_COMPS= lua toluaxx USE_SDL= image mixer sdl ttf @@ -41,7 +41,7 @@ .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " Index: games/enigma/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LUA= 5.1 LUA_COMPS= lua toluaxx USE_SDL= image mixer sdl ttf @@ -41,7 +41,7 @@ .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " Index: games/fgrun/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: games/freeciv/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_BZIP2= yes USE_PYTHON= yes @@ -71,7 +71,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/freeciv/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_BZIP2= yes USE_PYTHON= yes @@ -71,7 +71,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/galaxymage/Makefile @@ -20,7 +20,7 @@ USE_PYTHON= yes USE_TWISTED= yes -USE_GETTEXT= yes +USES= gettext NO_BUILD= yes OPTIONS= PSYCO "Use just-in-time Python compiler" off Index: games/gcompris/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GSTREAMER= yes USE_PYTHON= -2.7 Index: games/ggz-client-libs/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: games/ggz-gtk-client/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: games/ggz-gtk-games/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: games/ggz-txt-client/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: games/glchess/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-nls .else PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .endif post-patch: Index: games/glightoff/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: games/gnono/Makefile @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: games/gnubg/Makefile @@ -51,7 +51,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --enable-nls .else Index: games/grhino/Makefile @@ -14,7 +14,7 @@ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GRhino Othello/Reversi Program -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix libgnomeui USE_PERL5_BUILD=yes GNU_CONFIGURE= yes Index: games/gtkballs/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Lines-like simple logic game for X Window System -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes Index: games/gturing/Makefile @@ -16,7 +16,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Index: games/gtypist/Makefile @@ -20,7 +20,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/heroes/Makefile @@ -37,7 +37,7 @@ USE_SDL= mixer sdl USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi Index: games/hex-a-hop/Makefile @@ -33,7 +33,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ENV+= ac_cv_header_libintl_h=yes LDFLAGS+= -lintl .else Index: games/kwappen/Makefile @@ -18,7 +18,7 @@ DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool USE_GMAKE= yes Index: games/gbrainy/Makefile @@ -18,7 +18,7 @@ USE_GNOME= desktopfileutils gnomehack gtksharp20 gnomesharp20 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: games/kamikaze/Makefile @@ -23,7 +23,7 @@ USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-server INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext MAN6= kamikaze.6 kamikaze-editor.6 Index: games/knights/Makefile @@ -19,7 +19,7 @@ DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool Index: games/latrine/Makefile @@ -23,7 +23,7 @@ USE_SQLITE= 3 USE_PERL5_BUILD=yes USE_NCURSES= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: games/lexter/Makefile @@ -19,7 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --localstatedir=/var/games -USE_GETTEXT= yes +USES= gettext MAN6= lexter.6 Index: games/lgeneral/Makefile @@ -41,7 +41,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ENV+= am_cv_func_iconv=no Index: games/lincity/Makefile @@ -41,7 +41,7 @@ .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/lander/Makefile @@ -15,7 +15,7 @@ boost_filesystem:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_SDL= sdl image mixer USE_GL= gl glu MAKE_JOBS_SAFE= yes Index: games/lpairs/Makefile @@ -21,7 +21,7 @@ .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} .else CONFIGURE_ARGS+=--disable-nls Index: games/xbubble/Makefile @@ -21,7 +21,7 @@ USE_XORG= x11 xmu GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib -lintl Index: games/macopix/Makefile @@ -34,7 +34,7 @@ macopix-mascot-HxB-euc-ja-0.30.tar.gz WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes Index: games/mt_gtk_client/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) Index: games/neverball/Makefile @@ -26,7 +26,7 @@ MAN6= neverball.6 neverputt.6 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext MAKE_ENV+= ENABLE_NLS=1 LOCALE_DIRS= ca de es fi fr lv nn PLIST_SUB+= NLS="" Index: games/pioneers/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gnomeprefix gtk20 libgnome INSTALLS_OMF= yes GNU_CONFIGURE= yes Index: games/pushover/Makefile @@ -22,7 +22,7 @@ USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes PORTDOCS= * Index: games/py-pychess/Makefile @@ -34,7 +34,7 @@ PYDISTUTILS_PKGVERSION= ${DISTVERSION} USE_GNOME= pygnomedesktop -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes Index: games/pysolfc/Makefile @@ -45,7 +45,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: games/kanatest/Makefile @@ -15,7 +15,7 @@ COMMENT= A Japanese kana (Hiragana and Katakana) simple flashcard tool USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes Index: games/kbilliards/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_PERL5_BUILD=yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool MAKE_JOBS_SAFE= yes Index: games/secretmaryochronicles/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_SDL= sdl image mixer ttf USE_GL= gl glu -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: games/slune/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_DOS2UNIX= *.po *.mo -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GL= glew Index: games/spellathon/Makefile @@ -21,7 +21,7 @@ xcb:${PORTSDIR}/x11/libxcb CXXFLAGS+= -fPIC -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GNOME= glib20 USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build Index: games/tinymux/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/mux2.6/src -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: games/toppler/Makefile @@ -15,7 +15,7 @@ COMMENT= A game where you have to climb the tower and avoid the monsters USE_SDL= mixer sdl -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share Index: games/tornado/Makefile @@ -17,7 +17,7 @@ MAN6= tornado.6 MANLANG= "" de fr it nl no ru -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes .include Index: games/trackballs/Makefile @@ -24,7 +24,7 @@ USE_GL= gl USE_SDL= image mixer sdl ttf -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= desktopfileutils @@ -44,7 +44,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: games/trackballs/Makefile @@ -24,7 +24,7 @@ USE_GL= gl USE_SDL= image mixer sdl ttf -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= desktopfileutils @@ -44,7 +44,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: games/tuxmath/Makefile @@ -48,7 +48,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/tuxpaint-config/Makefile @@ -18,7 +18,7 @@ fltk.1:${PORTSDIR}/x11-toolkits/fltk RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_ARGS= PREFIX="${PREFIX}" \ MAN_PREFIX="${MANPREFIX}/man" \ Index: games/tuxpaint/Makefile @@ -19,7 +19,7 @@ USE_GNOME= librsvg2 USE_SDL= image mixer sdl ttf pango -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ Index: games/tuxtype/Makefile @@ -49,7 +49,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/typespeed/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: games/ufoai/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GL= yes USE_SDL= sdl image mixer ttf -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= pkgconfig USE_OPENAL= soft Index: games/volleyball/Makefile @@ -20,7 +20,7 @@ USE_SDL= sdl image mixer USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --disable-nls # strangeness in nls support MAKE_JOBS_SAFE= yes Index: games/xblast/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: games/xboard/Makefile @@ -55,7 +55,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: games/xcowsay/Makefile @@ -14,7 +14,7 @@ OPTIONS_DEFINE= DBUS USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes Index: games/xqf/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat USE_GNOME= intlhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes Index: games/zaz/Makefile @@ -33,7 +33,7 @@ # Unconditially disable NLS for now: the game segfaults with 8bit locales .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: games/warmux/Makefile @@ -50,7 +50,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: games/xinvaders/Makefile @@ -15,7 +15,7 @@ NO_CDROM= don't sell for profit -USE_GETTEXT= yes +USES= gettext USE_XORG= x11 xmu xaw xt USE_AUTOTOOLS= automake14 autoconf213 AUTOMAKE_ARGS= --include-deps Index: graphics/aeskulap/Makefile @@ -14,7 +14,7 @@ glademm-2.4:${PORTSDIR}/devel/libglademm24 \ gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 -USE_GETTEXT= yes +USES= gettext USE_GNOME= gconf2 GCONF_SCHEMAS= aeskulap.schemas USE_LDCONFIG= ${PREFIX}/lib/aeskulap Index: graphics/agave/Makefile @@ -17,7 +17,7 @@ #OPTIONS= GNOME "Adds GNOME support" on USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomedocutils intlhack GCONF_SCHEMAS= agave.schemas Index: graphics/amide/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 INSTALLS_OMF= yes Index: graphics/chbg/Makefile @@ -19,7 +19,7 @@ USE_GNOME= gdkpixbuf USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/cinepaint/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USE_PYTHON= yes USE_GNOME= gtk12 -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_XORG= xpm xi xext xft xinerama Index: graphics/clutter-gtk/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix USE_XORG= xp x11 Index: graphics/comix/Makefile @@ -18,7 +18,7 @@ USE_GNOME= desktopfileutils pygtk2 WANT_GNOME= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes DOCS= COPYING ChangeLog README Index: graphics/danpei/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk12 gdkpixbuf GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" Index: graphics/digikam/Makefile @@ -30,7 +30,7 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_KDELIBS_VER=3 -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes INSTALLS_ICONS= yes Index: graphics/driconf/Makefile @@ -21,7 +21,7 @@ USE_GL= glut USE_PYTHON= yes NO_BUILD= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_EGGINFO= yes PYDISTUTILS_EGGINFODIR= lib/driconf Index: graphics/electriceyes/Makefile @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/exiv2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_LDCONFIG= yes MAN1= exiv2.1 Index: graphics/vips/Makefile @@ -27,7 +27,7 @@ PYPRESENT!= which python > /dev/null && echo on || echo off USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5_BUILD=yes USE_GNOME= gnomehack glib20 pkgconfig pango libxml2 USE_AUTOTOOLS= libtool Index: graphics/shotwell/Makefile @@ -26,7 +26,7 @@ raw:${PORTSDIR}/graphics/libraw USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehier gconf2 gtk20 desktopfileutils librsvg2 USE_GMAKE= yes HAS_CONFIGURE= yes Index: graphics/skencil/Makefile @@ -26,7 +26,7 @@ USE_TCL= yes USE_TK_BUILD= yes USE_TK= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes Index: graphics/frontline/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs imlib libartlgpl2 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/geeqie/Makefile @@ -26,7 +26,7 @@ PORTDOCS= * MAN1= geeqie.1 -USE_GETTEXT= yes +USES= gettext OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS DOCS OPTIONS_DEFAULT=EXIV2 LCMS Index: graphics/geomorph/Makefile @@ -26,7 +26,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: graphics/eog-plugins/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: graphics/gimmage/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ curl.6:${PORTSDIR}/ftp/curl -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes .include Index: graphics/gimp-focusblur-plugin/Makefile @@ -35,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: graphics/gimp-gap/Makefile @@ -34,7 +34,7 @@ IGNORE= does not work with Gimp 2.6, and no update available USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= intltool Index: graphics/gimp-lqr-plugin/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 MAKE_JOBS_SAFE= yes Index: graphics/gimp-resynthesizer/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= aclocal automake USE_GMAKE= yes Index: graphics/gimp-save-for-web/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_GMAKE= yes Index: graphics/giram/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GETTEXT= yes +USES= gettext USE_PERL5_BUILD=yes USE_GNOME= gtk20 USE_GMAKE= yes Index: graphics/gliv/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 USE_GL= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ Index: graphics/gnash/Makefile @@ -85,7 +85,7 @@ # NLS option processing (not sure if --disable-nls actually has any effect) .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: graphics/gtkdps/Makefile @@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: graphics/gpicview/Makefile @@ -17,7 +17,7 @@ LDFLAGS="-L${LOCALBASE}/lib" .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: graphics/gqview/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: graphics/gscan2pdf/Makefile @@ -73,7 +73,7 @@ PORT_VERBS= ${PORTNAME} Gscan2pdf .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: graphics/eog/Makefile @@ -23,7 +23,7 @@ gconf2 gnomedesktop WANT_GNOME= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 Index: graphics/gtk-update-icon-cache/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack -USE_GETTEXT= yes +USES= gettext USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files Index: graphics/gtkgraph/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphing calculator using GTK+ -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= imlib USE_PERL5_BUILD=yes Index: graphics/gx/Makefile @@ -18,7 +18,7 @@ gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \ gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes .include Index: graphics/gdk-pixbuf2/Makefile @@ -17,7 +17,7 @@ LATEST_LINK= gdk-pixbuf2 USE_XZ= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_XORG= xt xi x11 USE_AUTOTOOLS= libtool @@ -36,7 +36,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: graphics/gdk-pixbuf2/Makefile @@ -17,7 +17,7 @@ LATEST_LINK= gdk-pixbuf2 USE_XZ= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_XORG= xt xi x11 USE_AUTOTOOLS= libtool @@ -36,7 +36,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: graphics/inkscape/Makefile @@ -28,7 +28,7 @@ MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_GNOME= gnomehack desktopfileutils intlhack libxslt -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_PERL5= yes INSTALLS_ICONS= yes Index: graphics/kbarcode/Makefile @@ -20,7 +20,7 @@ EXPIRATION_DATE= 2013-07-01 USE_KDELIBS_VER= 3 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= automake:env autoconf:env libtool:env GNU_CONFIGURE= yes Index: graphics/xaos/Makefile @@ -49,7 +49,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: graphics/kipi-plugins/Makefile @@ -49,7 +49,7 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_KDELIBS_VER=3 -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-ipodexport Index: graphics/digikam-kde4-l10n/Makefile @@ -10,7 +10,7 @@ LATEST_LINK= digikam-kde4-l10n CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.* libkgeomap-2.* -USE_GETTEXT= yes +USES= gettext WRKSRC= ${WRKDIR}/${DISTNAME}/po .include "${.CURDIR}/../digikam-kde4/Makefile.common" Index: graphics/libgnomecanvas/Makefile @@ -21,7 +21,7 @@ .if !defined(REFERENCE_PORT) USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack Index: graphics/libkdcraw/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 USE_GNOME= gnomehack pkgconfig USE_GMAKE= yes Index: graphics/libkipi/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext post-patch: @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \ Index: graphics/liblqr-1/Makefile @@ -15,7 +15,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= _glib20 pkgconfig -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes Index: graphics/libvisual04/Makefile @@ -17,7 +17,7 @@ USE_AUTOTOOLS= libtool USE_GNOME= gnomehack pkgconfig -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Index: graphics/mirage/Makefile @@ -15,7 +15,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 pygtk2 WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Mirage Index: graphics/mtpaint/Makefile @@ -56,7 +56,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=intl PLIST_SUB+= NLS="" .else Index: graphics/ocre/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_ENV= CFLAGS1="${CFLAGS}" MAKE_JOBS_SAFE= yes Index: graphics/ocrfeeder/Makefile @@ -32,14 +32,14 @@ USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= pygtk2 pygnomeextras -USE_GETTEXT= yes +USES= gettext USE_GHOSTSCRIPT=yes .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: graphics/ocrfeeder/Makefile @@ -32,14 +32,14 @@ USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= pygtk2 pygnomeextras -USE_GETTEXT= yes +USES= gettext USE_GHOSTSCRIPT=yes .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: graphics/mypaint/Makefile @@ -24,7 +24,7 @@ USE_PYTHON= yes USE_SCONS= yes SCONS_ARGS= prefix="${PREFIX}" -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes SUB_FILES= pkg-install Index: graphics/pencil/Makefile @@ -27,7 +27,7 @@ drm:${PORTSDIR}/graphics/libdrm USE_ZIP= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 USE_QT4= gui moc_build qmake_build rcc_build xml_build opengl_build USE_XORG= xi xrender xrandr xfixes xcursor xinerama xext x11 xau xdmcp \ Index: graphics/pinta/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack gtksharp20 desktopfileutils INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext MAN1= pinta.1 MANCOMPRESSED= yes Index: graphics/f-spot/Makefile @@ -29,7 +29,7 @@ USE_SQLITE= yes USE_GNOME= gnomehack gnomeprefix intlhack gnomedesktopsharp20 GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes Index: graphics/py-clutter/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_GNOME= gnomehack pygnome2 pygtk2 USE_PYTHON= 2.5+ Index: graphics/rawstudio/Makefile @@ -31,7 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack USE_SQLITE= 3 USE_LDCONFIG= yes Index: graphics/rgbpaint/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Very basic painting program -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes Index: graphics/ruby-tgif/Makefile @@ -23,7 +23,7 @@ # NB not USE_IMAKE; this is required for the tgif build but this # port doesn't use it directly. -USE_GETTEXT= yes +USES= gettext USE_RUBY= yes USE_RUBY_EXTCONF= yes Index: graphics/libgphoto2/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= NLS="@comment " USE_ICONV= yes .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: graphics/sodipodi/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --without-gnome-print \ --with-popt Index: graphics/synfigstudio/Makefile @@ -19,7 +19,7 @@ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_GNOME= gnomehack gtk20 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Index: graphics/tgif/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext IMAKEDEFINES+= WITH_NLS PLIST_SUB= NLS="" .else Index: graphics/ufraw/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --enable-extras -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/viewnior/Makefile @@ -31,7 +31,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: graphics/xsane/Makefile @@ -32,7 +32,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" PLIST_SUB+= NLS="" .else Index: graphics/zathura/Makefile @@ -35,7 +35,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: graphics/libkexif/Makefile @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext post-patch: @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \ Index: irc/dxirc/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: irc/smuxi/Makefile @@ -30,7 +30,7 @@ s|@libdir@/locale|@prefix@/share/locale|g' .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: irc/xchat/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" Index: japanese/eb/Makefile @@ -65,7 +65,7 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -78,7 +78,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ Index: japanese/eb/Makefile @@ -65,7 +65,7 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -78,7 +78,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ Index: japanese/gjiten/Makefile @@ -31,7 +31,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: japanese/ibus-anthy/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_GNOME= pygtk2 Index: japanese/ibus-skk/Makefile @@ -19,7 +19,7 @@ ibus-1.0:${PORTSDIR}/textproc/ibus USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= intltool @@ -40,7 +40,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: japanese/ibus-skk/Makefile @@ -19,7 +19,7 @@ ibus-1.0:${PORTSDIR}/textproc/ibus USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= intltool @@ -40,7 +40,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: japanese/kana-no-quiz/Makefile @@ -24,7 +24,7 @@ RM_FILES= CHANGES.txt FAL.txt GPL.txt RM_OPTS= -f -USE_GETTEXT= yes +USES= gettext USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes Index: japanese/kasumi/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: japanese/mailman/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limit:.*\.j\d+$$ USE_AUTOTOOLS= autoconf -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_RC_SUBR= mailman Index: japanese/scim-honoka-plugin-romkan/Makefile @@ -19,7 +19,7 @@ ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GETTEXT= yes +USES= gettext USE_GNOME= lthack gnomehack USE_ICONV= yes USE_GMAKE= yes Index: japanese/scim-honoka-plugin-wnn/Makefile @@ -22,7 +22,7 @@ ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \ ${LOCALBASE}/lib/scim-1.0/1.4.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan -USE_GETTEXT= yes +USES= gettext USE_GNOME= lthack gnomehack USE_ICONV= yes USE_GMAKE= yes Index: japanese/scim-honoka/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= lthack gnomehack USE_ICONV= yes USE_GMAKE= yes Index: japanese/scim-tomoe/Makefile @@ -19,7 +19,7 @@ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk USE_GNOME= lthack intlhack -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes Index: japanese/tomoe/Makefile @@ -18,7 +18,7 @@ USE_GNOME= lthack gnomehack GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_LDCONFIG= yes USE_RUBY= yes Index: japanese/uim-tomoe-gtk/Makefile @@ -20,7 +20,7 @@ USE_GNOME= lthack gtk20 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes PLIST_FILES= bin/uim-tomoe-gtk \ Index: korean/ami/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" Index: korean/ibus-hangul/Makefile @@ -31,7 +31,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" Index: korean/imhangul/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" Index: korean/libhangul/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" Index: korean/nabi/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" Index: lang/pypy/Makefile @@ -35,7 +35,7 @@ BUILD_WRKSRC= ${WRKDIR} USE_BZIP2= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes MAKEFILE= ${FILESDIR}/Makefile PKGINSTALL= ${WRKDIR}/pkg-install Index: lang/gawk/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: lang/gambas/Makefile @@ -18,7 +18,7 @@ USE_AUTOTOOLS= libltdl libtool USE_KDELIBS_VER= 3 -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-conv-includes=${LOCALBASE}/include \ Index: lang/guile/Makefile @@ -15,7 +15,7 @@ USE_AUTOTOOLS= autoconf libltdl USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_NCURSES= yes Index: lang/lush/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A high level object-oriented programming language -USE_GETTEXT= yes +USES= gettext USE_XORG= xt xft USE_GL= yes USE_SDL= sdl image Index: lang/mdk/Makefile @@ -17,7 +17,7 @@ USE_GNOME= glib20 intltool USE_NCURSES= yes USE_READLINE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: lang/open-cobol/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: mail/abook/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/althea/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Yet another GTK-based mail reader for X. Supports IMAP -USE_GETTEXT= yes +USES= gettext USE_OPENSSL= yes MAKE_ENV= MKDIR="${MKDIR}" MAKEFILE= ${FILESDIR}/Makefile.bsd Index: mail/anubis/Makefile @@ -47,7 +47,7 @@ .if ${PORT_OPTIONS:MNLS} USE_ICONV= yes -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-address_keeper/Makefile @@ -26,7 +26,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-attach_warner/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-bsfilter/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/cone/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_FAM= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GNOME= libxml2 Index: mail/claws-mail-clamd/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-fancy/Makefile @@ -33,7 +33,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-fetchinfo/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-gdata/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-gtkhtml2_viewer/Makefile @@ -31,7 +31,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-notification/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-pdf_viewer/Makefile @@ -28,7 +28,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-python/Makefile @@ -28,7 +28,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-rssyl/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-spamreport/Makefile @@ -31,7 +31,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-tnef/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/claws-mail-vcalendar/Makefile @@ -32,7 +32,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/clawsker/Makefile @@ -26,7 +26,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else EXTRA_PATCHES= ${FILESDIR}/extra-Makefile-without_nls Index: mail/courier/Makefile @@ -65,7 +65,7 @@ USE_BZIP2= yes USE_GCC= any USE_FAM= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_OPENSSL= yes USE_PERL5= yes Index: mail/crm114/Makefile @@ -24,7 +24,7 @@ CRM114RELEASENAME=BlameMichelson -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes MAKE_ARGS= CC="${CC}" prefix="${PREFIX}" \ Index: mail/elmo-devel/Makefile @@ -32,7 +32,7 @@ PLIST_SUB+= NLS="@comment " .else PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .endif .include Index: mail/elmo/Makefile @@ -32,7 +32,7 @@ .else CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}" PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .endif .include Index: mail/evolution-exchange/Makefile @@ -23,7 +23,7 @@ CONFLICTS= evolution-exchange-3.[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_BDB= 41 Index: mail/evolution-mapi/Makefile @@ -23,7 +23,7 @@ PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= evolutiondataserver USE_LDCONFIG= yes Index: mail/gnome-gmail-notifier/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 gtk20 gconf2 libxml2 librsvg2 USE_GSTREAMER= good Index: mail/horde3-forwards/Makefile @@ -33,7 +33,7 @@ .endif USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: mail/horde3-imp/Makefile @@ -67,7 +67,7 @@ CONFLICTS= imp-3.* USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL \ RELEASE_NOTES TODO UPGRADING Index: mail/horde3-ingo/Makefile @@ -28,7 +28,7 @@ USE_PHP= imap USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: mail/horde3-turba/Makefile @@ -16,7 +16,7 @@ USE_HORDE= base USE_PHP= ldap -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL LDAP RELEASE_NOTES TODO UPGRADING Index: mail/horde3-vacation/Makefile @@ -33,7 +33,7 @@ .endif USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= CHANGES CREDITS INSTALL RELEASE_NOTES TODO .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: mail/elm/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/elm${PORTVERSION} NO_LATEST_LINK= yes -USE_GETTEXT= yes +USES= gettext HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX="${PREFIX}" Index: mail/kcheckgmail/Makefile @@ -22,7 +22,7 @@ USE_KDELIBS_VER=3 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: mail/mail-notification/Makefile @@ -20,7 +20,7 @@ notify:${PORTSDIR}/devel/libnotify USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_GNOME= gconf2 gnomeprefix gnomevfs2 libglade2 libgnomeui libxml2 CPPFLAGS+= -I${LOCALBASE}/include Index: mail/mailman/Makefile @@ -78,7 +78,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: mail/mailutils/Makefile @@ -95,7 +95,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: mail/gnubiff/Makefile @@ -37,7 +37,7 @@ .ifndef(WITHOUT_NLS) CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " Index: mail/mpop/Makefile @@ -40,7 +40,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB= NLS="" .else Index: mail/msmtp/Makefile @@ -70,7 +70,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: mail/sympa/Makefile @@ -66,7 +66,7 @@ USE_RC_SUBR= sympa .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: mail/perdition/Makefile @@ -25,7 +25,7 @@ MANCOMPRESSED= no USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: mail/mutt/Makefile @@ -176,7 +176,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext SCRIPTS_ENV+= NLS="yes" .else CONFIGURE_ARGS+= --disable-nls Index: mail/squirrelmail/Makefile @@ -27,7 +27,7 @@ DEFAULT_PHP_VER=53 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext OPTIONS_DEFINE= DATABASE LDAP DATABASE_DESC= PEAR database support (must also intall a driver) Index: mail/squirrelmail-change_ldappass-plugin/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 USE_PHP+= ldap -USE_GETTEXT= yes +USES= gettext .include .include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk" Index: mail/fetchmail/Makefile @@ -69,7 +69,7 @@ .if ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " Index: mail/horde3-dimp/Makefile @@ -28,7 +28,7 @@ .endif USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES pre-configure: Index: mail/horde3-mimp/Makefile @@ -43,7 +43,7 @@ .endif USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES pre-configure: Index: mail/sqwebmail/Makefile @@ -59,7 +59,7 @@ USE_PERL5= YES USE_BZIP2= YES -USE_GETTEXT= YES +USES= gettext USE_GMAKE= YES USE_RC_SUBR= sqwebmail-sqwebmaild GNU_CONFIGURE= yes Index: mail/vexim/Makefile @@ -21,7 +21,7 @@ SUB_FILES= pkg-message NO_BUILD= yes USE_PHP= gettext session posix -USE_GETTEXT= yes +USES= gettext OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL Index: mail/xfce4-mailwatch-plugin/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel Index: math/drgeo/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gnomeprefix intlhack libglade2 USE_GMAKE= yes GNU_CONFIGURE= yes Index: math/fricas/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_XORG= x11 ice sm xpm USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lisp=sbcl Index: math/giacxcas/Makefile @@ -31,7 +31,7 @@ USE_GL= gl USE_XORG= xcursor xft xi USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes DOCSDIR= ${PREFIX}/share/doc/giac Index: math/open-axiom/Makefile @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_XORG= x11 ice sm xpm USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_UNSAFE=yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib Index: math/R/Makefile @@ -146,7 +146,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: math/pspp/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: math/qalculate/Makefile @@ -20,7 +20,7 @@ wget:${PORTSDIR}/ftp/wget USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnome -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes Index: math/rkward/Makefile @@ -19,7 +19,7 @@ USE_KDELIBS_VER=3 USE_PHP= yes WANT_PHP_CLI= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" Index: math/scilab/Makefile @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes USE_FORTRAN= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes Index: math/tablix/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ENV= LIBS=-L${PREFIX}/lib \ PVM_ROOT=${PVM_ROOT} PVM_LIB=${PREFIX}/lib Index: math/wxMaxima/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima -USE_GETTEXT= yes +USES= gettext USE_GNOME= desktopfileutils libxml2 USE_WX= 2.8 WX_COMPS= wx Index: misc/kcd/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc Index: misc/getopt/Makefile @@ -9,7 +9,7 @@ MAINTAINER= eadler@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include Index: misc/findutils/Makefile @@ -22,7 +22,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: misc/gman/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk12 USE_GMAKE= yes Index: misc/gnome-mime-data/Makefile @@ -14,7 +14,7 @@ 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 Index: misc/gonvert/Makefile @@ -20,7 +20,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: misc/hello/Makefile @@ -21,7 +21,7 @@ INFO= hello .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: misc/help2man/Makefile @@ -30,7 +30,7 @@ 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 Index: misc/pdmenu/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SLANG_H_LOC="${LOCALBASE}/include/slang.h" \ Index: misc/upclient/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Uptimes project client -USE_GETTEXT= yes +USES= gettext USE_RC_SUBR= upclient ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src Index: misc/kwatch/Makefile @@ -20,7 +20,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes DOCSDIR= ${PREFIX}/share/doc/HTML Index: misc/diary-hercules/Makefile @@ -17,7 +17,7 @@ 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+ Index: misc/metromap/Makefile @@ -22,7 +22,7 @@ USE_GNOME= pygtk2 USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext PORTDOCS= AUTHORS NEWS README README.data TODO Index: misc/pinfo/Makefile @@ -17,7 +17,7 @@ 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 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: misc/pinfo/Makefile @@ -17,7 +17,7 @@ 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 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: misc/rabbit/Makefile @@ -35,7 +35,7 @@ .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 Index: misc/xfce4-appfinder/Makefile @@ -19,7 +19,7 @@ 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 Index: misc/xiphos/Makefile @@ -19,7 +19,7 @@ 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 Index: multimedia/arista/Makefile @@ -15,7 +15,7 @@ MAINTAINER= swills@FreeBSD.org COMMENT= An easy to use multimedia transcoder for the GNOME Desktop -USE_GETTEXT= yes +USES= gettext USE_GSTREAMER= faac x264 lame mpeg2enc USE_GNOME= pygnomedesktop USE_PYTHON= yes Index: multimedia/audacious/Makefile @@ -57,7 +57,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: multimedia/bmp-extra-plugins/Makefile @@ -19,7 +19,7 @@ artsc.0:${PORTSDIR}/audio/arts USE_GNOME= libglade2 esound -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes GNU_CONFIGURE= yes Index: multimedia/cheese/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop -USE_GETTEXT= yes +USES= gettext USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes Index: multimedia/freevo/Makefile @@ -57,7 +57,7 @@ .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: multimedia/gaupol/Makefile @@ -29,7 +29,7 @@ MAN1= ${PORTNAME}.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: multimedia/gnome-mplayer/Makefile @@ -83,7 +83,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: multimedia/gnome-subtitles/Makefile @@ -36,7 +36,7 @@ MAN1= gnome-subtitles.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: multimedia/gopchop/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: multimedia/gpodder/Makefile @@ -28,7 +28,7 @@ ALL_TARGET= messages MAKE_ENV= GPODDER_MANPATH_NO_SHARE="yes" MAKEFILE= makefile -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_PYTHON= -2.7 WANT_GNOME= yes Index: multimedia/banshee/Makefile @@ -53,7 +53,7 @@ .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: multimedia/gtk-recordmydesktop/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PYTHON= -2.7 Index: multimedia/gxmms/Makefile @@ -12,7 +12,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` Index: multimedia/k9copy/Makefile @@ -24,7 +24,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_LDCONFIG= yes Index: multimedia/xine/Makefile @@ -34,7 +34,7 @@ USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ @@ -66,7 +66,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: multimedia/xine/Makefile @@ -34,7 +34,7 @@ USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ @@ -66,7 +66,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: multimedia/kplayer/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -USE_GETTEXT= yes +USES= gettext USE_PERL5_BUILD=yes USE_AUTOTOOLS= automake:env autoconf:env libtool Index: multimedia/miro/Makefile @@ -35,7 +35,7 @@ USE_GMAKE= yes USE_GNOME= gconf2 gtk20 USE_GSTREAMER= python gconf -USE_GETTEXT= yes +USES= gettext USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_LDCONFIG= yes Index: multimedia/openshot/Makefile @@ -24,7 +24,7 @@ USE_GNOME= pygtk2 desktopfileutils USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes MAN1= ${PORTNAME}.1 \ Index: multimedia/photofilmstrip/Makefile @@ -24,7 +24,7 @@ USE_WX= 2.8+ WX_COMPS= python:lib WX_UNICODE= yes -USE_GETTEXT= yes +USES= gettext ALL_TARGET= compile PFSDIR= ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} Index: multimedia/pyjama/Makefile @@ -21,7 +21,7 @@ USE_PYTHON= 2.5+ USE_GSTREAMER= core good bad gnomevfs USE_GNOME= pygtk2 -USE_GETTEXT= yes +USES= gettext LOCALES= bg ca da de en_GB es fr it pl INSTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} Index: multimedia/quodlibet/Makefile @@ -19,7 +19,7 @@ USE_PYTHON= 2.5+ USE_GNOME= pygtk2 -USE_GETTEXT= yes +USES= gettext USE_PYDISTUTILS= yes USE_DISPLAY= yes USE_GSTREAMER= gconf good python Index: multimedia/swfdec-gnome/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: multimedia/audacious-plugins/Makefile @@ -324,7 +324,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: multimedia/transkode/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME} Index: multimedia/w_scan/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes PATCH_STRIP= -lp1 -USE_GETTEXT= yes +USES+= gettext CPPFLAGS+= -I"${LOCALBASE}/include" LDFLAGS+= -L"${LOCALBASE}/lib\ -liconv" PORTDOCS= COPYING ChangeLog README Index: multimedia/dvdrip/Makefile @@ -35,7 +35,7 @@ PERL_CONFIGURE= yes CONFIGURE_ENV= SKIP_UNPACK_REQUIRED_MODULES=1 USE_CDRTOOLS= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_UNSAFE= yes MAN1= dvdrip.1 dvdrip-progress.1 dvdrip-splitpipe.1 Index: multimedia/xfce4-xmms-plugin/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pango pkgconfig USE_XFCE= configenv libgui libutil panel Index: multimedia/xmms/Makefile @@ -17,7 +17,7 @@ USE_GL= gl USE_GNOME= desktopfileutils gtk12 gnomehack USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_LDCONFIG= yes USE_AUTOTOOLS= automake autoconf libtool Index: net-im/amsn/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= x11 -USE_GETTEXT= yes +USES= gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: net-im/emesene/Makefile @@ -22,7 +22,7 @@ PROJECTHOST= bsdistfiles USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= pygtk2 desktopfileutils USE_GSTREAMER= python INSTALLS_ICONS= yes Index: net-im/empathy/Makefile @@ -32,7 +32,7 @@ USE_GMAKE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack USE_GSTREAMER= yes Index: net-im/folks/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= gnomehier gnomehack intlhack ltverhack evolutiondataserver3 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: net-im/freetalk/Makefile @@ -34,7 +34,7 @@ .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} .else CONFIGURE_ARGS+=--disable-nls Index: net-im/gajim/Makefile @@ -40,7 +40,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: net-im/jabber/Makefile @@ -33,7 +33,7 @@ USE_RC_SUBR= jabber USE_ICONV= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= ${PREFIX}/lib/jabber MAKE_JOBS_UNSAFE= yes Index: net-im/jggtrans/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: net-im/loudmouth/Makefile @@ -14,7 +14,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 ltverhack Index: net-im/pidgin-birthday-reminder/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= pkgconfig intltool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: net-im/pidgin-libnotify/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: net-im/pidgin-msn-pecan/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext post-install: ${GMAKE} -C ${WRKSRC} install_locales Index: net-im/pidgin-sipe/Makefile @@ -54,7 +54,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: net-im/pwytter/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: net-im/sim-im-devel/Makefile @@ -26,7 +26,7 @@ USE_XORG= x11 xext xscrnsaver USE_OPENSSL= yes USE_PERL5_BUILD= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes Index: net-im/sim-im/Makefile @@ -31,7 +31,7 @@ USE_AUTOTOOLS= libtool USE_OPENSSL= yes USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_XORG= x11 xext ice xscrnsaver Index: net-im/libpurple/Makefile @@ -33,7 +33,7 @@ .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_LDCONFIG= yes WANT_GNOME= yes Index: net-im/xfce4-messenger-plugin/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel Index: net-mgmt/ap-utils/Makefile @@ -23,7 +23,7 @@ MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else BROKEN= Does not build without gettext Index: net-mgmt/etherape/Makefile @@ -24,7 +24,7 @@ MAN1= etherape.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: net-mgmt/horde3-nic/Makefile @@ -16,7 +16,7 @@ COMMENT= Network service monitor USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= CHANGES CREDITS INSTALL TODO README .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: net-mgmt/ipv6calc/Makefile @@ -14,7 +14,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Convert, change, and calculate with IPv6 addresses -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes Index: net-mgmt/netustad/Makefile @@ -18,7 +18,7 @@ #MAN5= netustad.conf.5 USE_RC_SUBR= ${PORTNAME} -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes OPTIONS_DEFINE= SSL NLS Index: net-mgmt/tork/Makefile @@ -13,7 +13,7 @@ USE_GMAKE= yes USE_GNOME= pkgconfig USE_AUTOTOOLS= libtool aclocal:env -USE_GETTEXT= yes +USES= gettext USE_XORG= xext USE_LDCONFIG= yes INSTALLS_ICONS= yes Index: net-mgmt/virtinst/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber -USE_GETTEXT= yes +USES= gettext USE_PYTHON_RUN= yes USE_PYTHON_BUILD= yes USE_PYDISTUTILS= yes Index: net-mgmt/wifimgr/Makefile @@ -21,7 +21,7 @@ INSTALLS_ICONS= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CFLAGS+= -DWITHOUT_NLS Index: net-mgmt/nagiosql/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_MYSQL= yes -USE_GETTEXT= yes +USES= gettext USE_PHP= mysql filter gettext session simplexml WANT_PHP_WEB= yes Index: net-p2p/deluge/Makefile @@ -24,7 +24,7 @@ USE_XZ= yes WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext USE_OPENSSL= yes USE_PYTHON= -2.7 USE_TWISTED_RUN= web Index: net-p2p/gnunet-gtk/Makefile @@ -36,7 +36,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .else Index: net-p2p/gnunet/Makefile @@ -92,7 +92,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .else Index: net-p2p/jigdo/Makefile @@ -51,7 +51,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: net-p2p/microdc2/Makefile @@ -22,7 +22,7 @@ USE_GNOME= libxml2 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: net-p2p/moodriver/Makefile @@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CXXFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 pkgconfig USE_LDCONFIG= yes Index: net-p2p/nicotine-plus/Makefile @@ -20,7 +20,7 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_GETTEXT= yes +USES= gettext PYDISTUTILS_PKGNAME= nicotine DOCSDIR= share/doc/${PKGNAMEPREFIX:S/-//} Index: net-p2p/retroshare/Makefile @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/trunk USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 USE_XORG= ice sm x11 xau xdmcp xext xrender USE_QT4= corelib gui network xml script designer_build uic_build \ Index: net-p2p/transmission-gtk/Makefile @@ -17,7 +17,7 @@ SLAVEPORT= gtk2 USE_GNOME= gnomehack gtk30 desktopfileutils intlhack -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes EXTRA_CONF_ARGS=--disable-cli \ Index: net/avahi-app/Makefile @@ -27,7 +27,7 @@ GROUPS?= ${USERS} USE_GNOME?= gnomehack ltverhack glib20 intltool -USE_GETTEXT= yes +USES= gettext USE_GNOME_SUBR= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool Index: net/blam/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes CONFIGURE_ENV= GMSGFMT="${LOCALBASE}/bin/msgfmt" DATADIRNAME="share" USE_GNOME= gnomesharp20 -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes GCONF_SCHEMAS= blam.schemas Index: net/desktop-data-model/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gtk20 glib20 gnomedesktop gnomevfs2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-maemo=no Index: net/wol/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes PLIST_SUB= NLS="" .endif Index: net/ekiga/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_SDL= sdl INSTALLS_OMF= yes USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \ Index: net/gq/Makefile @@ -21,7 +21,7 @@ USE_GNOME= libglade2 gnomedocutils USE_OPENSSL= yes USE_OPENLDAP= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} Index: net/glib-networking/Makefile @@ -23,7 +23,7 @@ USE_XZ= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack glib20 intltool -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt Index: net/gnetcat/Makefile @@ -16,7 +16,7 @@ COMMENT= GPL'ed re-write of the well known networking tool netcat USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes GNU_CONFIGURE= yes Index: net/gnome-netstatus/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ gnomedocutils USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" Index: net/gnome-nettool/Makefile @@ -23,7 +23,7 @@ USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Index: net/gnu-dico/Makefile @@ -83,7 +83,7 @@ .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: net/gnu-radius/Makefile @@ -101,7 +101,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: net/grsync/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: net/gtk-vnc/Makefile @@ -19,7 +19,7 @@ USE_GNOME= pygtk2 gnomehack USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_PYTHON= yes GNU_CONFIGURE= yes Index: net/heybuddy/Makefile @@ -28,7 +28,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: net/jwhois/Makefile @@ -17,7 +17,7 @@ COMMENT=An improved WHOIS client capable of selecting server to query GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib Index: net/libgnetwork/Makefile @@ -17,7 +17,7 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix gnomehack intlhack gconf2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/libgweather/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack Index: net/libmms/Makefile @@ -14,7 +14,7 @@ COMMENT= Library for parsing mms:// and mmsh:// type network streams USE_GNOME= gnomehack pkgconfig glib20 -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net/link-monitor-applet/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GNOME= gnomepanel gnomeprefix libgnomeui librsvg2 -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net/miredo/Makefile @@ -31,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes CONFIGURE_ARGS+= --enable-nls PLIST_SUB= NLS="" Index: net/morebalance/Makefile @@ -20,7 +20,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -USE_GETTEXT= YES +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls \ -L${LOCALBASE}/lib ${PTHREAD_LIBS} Index: net/nc6/Makefile @@ -22,7 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: net/ekiga3/Makefile @@ -23,7 +23,7 @@ USE_PERL5= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_XORG= xv USE_GNOME= gtk20 gnomehack Index: net/netdude/Makefile @@ -18,7 +18,7 @@ USE_AUTOTOOLS= libltdl libtool USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lltdl" Index: net/netspeed_applet/Makefile @@ -19,7 +19,7 @@ INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net/nxserver/Makefile @@ -33,7 +33,7 @@ ONLY_FOR_ARCHS= i386 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext WRKSRC= ${WRKDIR} GNU_CONFIGURE= yes ALL_TARGET= World Index: net/online-desktop/Makefile @@ -33,7 +33,7 @@ USE_BZIP2= yes USE_GNOME= glib20 gconf2 pygnomedesktop USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_PYTHON= 2.5+ GCONF_SCHEMAS= online-desktop.schemas Index: net/opennx/Makefile @@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--disable-nls --localedir=/dev/null PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: net/phamm/Makefile @@ -16,7 +16,7 @@ NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session -USE_GETTEXT= yes +USES= gettext PHAMMDIR?= www/${PORTNAME} SCHEMADIR= ${WRKSRC}/schema Index: net/py-ldaptor/Makefile @@ -19,7 +19,7 @@ GITVERSION= aad8ded658b36337a08aeb7402b6b67eb8771bea -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_TWISTED= yes USE_PYDISTUTILS= yes Index: net/remmina-applet/Makefile @@ -29,7 +29,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: net/remmina-plugin-i18n/Makefile @@ -11,6 +11,6 @@ MASTERDIR= ${.CURDIR}/../remmina-plugins -USE_GETTEXT= yes +USES= gettext .include "${MASTERDIR}/Makefile" Index: net/remmina/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: net/service-discovery-applet/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop USE_GMAKE= yes Index: net/smb4k/Makefile @@ -23,7 +23,7 @@ USE_KDEBASE_VER= 3 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_LDCONFIG= yes CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \ Index: net/tcpreen/Makefile @@ -17,7 +17,7 @@ DOC_FILES= AUTHORS NEWS README THANKS TODO .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: net/tucan/Makefile @@ -24,7 +24,7 @@ MANCOMPRESSED= yes MAN1= tucan.1 -USE_GETTEXT= yes +USES= gettext post-patch: ${REINPLACE_CMD} -Ee 's|#! /usr/bin/env python|#! ${PYTHON_CMD}|' ${WRKSRC}/tucan.py Index: net/twitux/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt" GCONF_SCHEMAS= twitux.schemas INSTALLS_ICONS= yes Index: net/ushare/Makefile @@ -16,7 +16,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= pkgconfig -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib -lintl CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC} Index: net/vino/Makefile @@ -21,7 +21,7 @@ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_XORG= xtst USE_GMAKE= yes Index: net/x11vnc/Makefile @@ -36,7 +36,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext .endif .if ${PORT_OPTIONS:MAVAHI} Index: news/klibido/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS} CFLAGS+= -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS} Index: news/sabnzbdplus/Makefile @@ -65,7 +65,7 @@ LICENSE_PERMS_SSMTPLIB= auto-accept USE_PYTHON= 2.5+ -USE_GETTEXT= yes +USES= gettext NO_BUILD= yes WRKSRC= ${WRKDIR}/SABnzbd-${PORTVERSION} Index: news/slrn/Makefile @@ -31,7 +31,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: news/tin/Makefile @@ -93,7 +93,7 @@ .if ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --enable-nls -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: news/xpn/Makefile @@ -27,7 +27,7 @@ SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} XPN=${XPN} -USE_GETTEXT= yes +USES= gettext XPN= ${PORTNAME}.py Index: news/yencode/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes MAN1= ydecode.1 yencode.1 ypost.1 Index: polish/ekg2/Makefile @@ -94,7 +94,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: polish/gnugadu2/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes Index: polish/qnapi/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_XORG= ice sm x11 xau xdmcp xext xrender USE_QT4= corelib gui network xml qmake_build moc_build uic_build rcc_build USE_KDE4= kdehier Index: ports-mgmt/gnome-packagekit/Makefile @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomemenus gnomedocutils \ desktopfileutils -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_PYTHON_BUILD=2.5+ GCONF_SCHEMAS= gnome-packagekit.schemas Index: ports-mgmt/packagekit/Makefile @@ -22,7 +22,7 @@ ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 intltool gnomehier USE_SQLITE= 3 USE_ICONV= yes Index: print/a2ps-letter/Makefile @@ -59,7 +59,7 @@ .include .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: print/cups-pk-helper/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= intlhack gtk20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/libs Index: print/ggv/Makefile @@ -20,7 +20,7 @@ INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils -USE_GETTEXT= yes +USES= gettext USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: print/gnome-cups-manager/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ desktopfileutils -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: print/gnome-print/Makefile @@ -29,7 +29,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: print/gnome-specimen/Makefile @@ -19,7 +19,7 @@ GCONF_SCHEMAS= gnome-specimen.schemas USE_GMAKE= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= automake:env autoconf:env INSTALLS_ICONS= yes Index: print/gnomephotoprinter/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ gnomevfs2 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes INSTALLS_ICONS= yes Index: print/gtklp/Makefile @@ -29,7 +29,7 @@ MAN1= gtklp.1 gtklpq.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: print/gutenprint-base/Makefile @@ -20,7 +20,7 @@ CONFLICTS= gimp-print-[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes Index: print/cjk-lyx/Makefile @@ -35,7 +35,7 @@ USE_GNOME= lthack USE_PERL5= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ Index: print/fontforge/Makefile @@ -34,7 +34,7 @@ .endif USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_XORG= x11 xi ice xkbui USE_GMAKE= yes USE_ICONV= yes Index: print/lyx/Makefile @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: print/openprinting/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/libexec Index: print/pdfmod/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomesharp20 -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes .include Index: print/frescobaldi/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond \ ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:${PORTSDIR}/graphics/py-poppler-qt4 -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run USE_PYTHON= 2.6+ Index: print/lyx16/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: print/photoprint/Makefile @@ -24,7 +24,7 @@ xcb:${PORTSDIR}/x11/libxcb GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= desktopfileutils pango USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender Index: print/system-config-printer/Makefile @@ -32,7 +32,7 @@ USE_PYTHON= 2.6+ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= pygtk2 Index: print/trueprint/Makefile @@ -11,7 +11,7 @@ COMMENT= Print program listings on postscript printer USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lintl Index: print/xfce4-print/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= glib20 gnomehack gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes Index: print/texinfo/Makefile @@ -40,7 +40,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: print/lilypond-devel/Makefile @@ -46,7 +46,7 @@ internals USE_BISON= build -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GHOSTSCRIPT=9 USE_PYTHON= yes Index: www/llgal/Makefile @@ -28,7 +28,7 @@ USE_BZIP2= yes USE_PERL5= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAN1= llgal.1 Index: www/aria/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: www/awffull/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= GEOIP USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \ Index: www/cadaver/Makefile @@ -52,7 +52,7 @@ .if !defined(WITHOUT_NLS) USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} LANGS=en@quot es it Index: www/diamanda/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes NO_BUILD= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext SUB_FILES= pkg-message .include Index: www/elgg/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 USE_PHP= mysql gd json soap dom xml -USE_GETTEXT= yes +USES= gettext USE_ZIP= yes NO_BUILD= yes Index: www/epiphany-extensions/Makefile @@ -19,7 +19,7 @@ CONFLICTS= epiphany-extensions-3.[0-9]* -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack INSTALLS_OMF= yes Index: www/evolution-webcal/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui GNU_CONFIGURE= yes Index: www/gallery/Makefile @@ -21,7 +21,7 @@ .if !defined(WITHOUT_NLS) USE_PHP+= gettext -USE_GETTEXT= yes # Pet portlint +USES= gettext LANGPACKS= af_ZA-1.5.2${EXTRACT_SUFX} \ ar_EG-1.5.1-cvs${EXTRACT_SUFX} \ Index: www/gallery2/Makefile @@ -43,7 +43,7 @@ .if ${PORT_OPTIONS:MNLS} USE_PHP+= gettext -USE_GETTEXT= yes # Pet portlint +USES+= gettext .endif .if ${PORT_OPTIONS:MNETPBM} Index: www/gnome-user-share/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_APACHE= 22 USE_XORG= sm USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2 Index: www/gnome-web-photo/Makefile @@ -23,7 +23,7 @@ USE_XZ= yes USE_GNOME= gconf2 gnomehack gnomeprefix -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ Index: www/gtkhtml3/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage USE_GMAKE= yes Index: www/horde3-ansel/Makefile @@ -15,7 +15,7 @@ COMMENT= Image gallery USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= CHANGES CREDITS TODO README .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: www/horde3-passwd/Makefile @@ -15,7 +15,7 @@ COMMENT= Password changing module USE_HORDE= base -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: www/horde3-trean/Makefile @@ -17,7 +17,7 @@ USE_HORDE= base pkg-message USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext PORTDOCS= CHANGES CREDITS INSTALL TODO README .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: www/horde3-wicked/Makefile @@ -17,7 +17,7 @@ COMMENT= Wiki module for Horde USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL TODO BUILD_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki Index: www/py-django/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Django Index: www/py-formencode/Makefile @@ -17,7 +17,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install -USE_GETTEXT= yes +USES= gettext PYDISTUTILS_PKGNAME= FormEncode Index: www/ikiwiki/Makefile @@ -38,7 +38,7 @@ LICENSE= GPLv2 PERL_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext OPTIONS= PO4A "Install translated underlays" On \ SEARCH "Install search backend" On \ Index: www/dillo-i18n/Makefile @@ -43,7 +43,7 @@ CONFLICTS= dillo-[0-9].[0-9].[0-9]* .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB= NLS="" CONFIGURE_ARGS+= --enable-nls .else Index: www/libepc/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix gnomehack gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/lynx-current/Makefile @@ -52,7 +52,7 @@ L_HELP= ${PREFIX}/share/lynx_help .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --enable-nls .else Index: www/lynx/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS='@comment ' .else -USE_GETTEXT= yes +USES+= gettext USE_ICONV= yes CONFIGURE_ARGS+=--enable-nls --with-libiconv-prefix="${LOCALBASE}" PLIST_SUB+= NLS='' Index: www/neon29/Makefile @@ -58,7 +58,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: www/nscache/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gnomehier gtk12 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} --disable-gnome MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ Index: www/cakephp13/Makefile @@ -26,7 +26,7 @@ CONFLICTS= cakephp-1.[12].* cakephp-2.* NO_BUILD= yes -USE_GETTEXT= yes +USES= gettext USE_PHP= session WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 Index: www/w3m/Makefile @@ -47,7 +47,7 @@ .endif .if ${PORT_OPTIONS:MJAPANESE} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-m17n --enable-japanese=E --with-migemo=yes gt_cv_func_gnugettext1_libintl=yes DOCS_JP= ${DOCS} README.SSL README.cookie README.keymap README.mailcap \ README.menu README.migemo Index: www/cakephp21/Makefile @@ -25,7 +25,7 @@ CONFLICTS= cakephp-1.* cakephp-2.2.* NO_BUILD= yes -USE_GETTEXT= yes +USES= gettext USE_PHP= ctype session WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 Index: www/google-appengine/Makefile @@ -22,7 +22,7 @@ USE_PYTHON= 2.7 USE_ZIP= yes -USE_GETTEXT= yes +USES= gettext OPTIONS_DEFINE= EXAMPLES MYSQL OPTIONS_DEFAULT= MYSQL Index: www/cakephp22/Makefile @@ -21,7 +21,7 @@ CONFLICTS= cakephp-1.* cakephp-2.1.* NO_BUILD= yes -USE_GETTEXT= yes +USES= gettext USE_PHP= ctype session WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 Index: www/gallery3/Makefile @@ -67,7 +67,7 @@ .if ${PORT_OPTIONS:MNLS} USE_PHP+= gettext -USE_GETTEXT= yes # Pet portlint +USES+= gettext .endif .if ${PORT_OPTIONS:MUNZIP} Index: www/py-prewikka/Makefile @@ -20,7 +20,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: www/wml/Makefile @@ -31,7 +31,7 @@ USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --with-perl=${PERL5} --with-catdir=man \ --prefix=${PREFIX} Index: www/py-django-devel/Makefile @@ -20,7 +20,7 @@ SNAPSHOTDATE= 20130106 USE_XZ= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes Index: www/py-django-mezzanine-filebrowser/Makefile @@ -13,7 +13,7 @@ COMMENT= Fork of django-filebrowser for Mezzanine CMS USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= filebrowser_safe Index: www/py-django-mezzanine-grappelli/Makefile @@ -13,7 +13,7 @@ COMMENT= Fork of django-grappelli for Mezzanine CMS USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= grappelli_safe Index: www/py-django-mptt/Makefile @@ -22,7 +22,7 @@ GITVERSION= 4310e7e FETCH_ARGS= -Fpr -USE_GETTEXT= yes +USES= gettext USE_PYDISTUTILS= yes USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${GITVERSION} Index: www/py-django-registration/Makefile @@ -20,7 +20,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_GETTEXT= yes +USES= gettext CONFLICTS_INSTALL= pootle-* Index: www/py-django13/Makefile @@ -20,7 +20,7 @@ LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}django13 -USE_GETTEXT= yes +USES= gettext USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Django Index: www/py-django14/Makefile @@ -17,7 +17,7 @@ LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}django14 -USE_GETTEXT= yes +USES= gettext USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Django Index: www/py-nevow/Makefile @@ -20,7 +20,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_TWISTED= web -USE_GETTEXT= yes +USES= gettext PYDISTUTILS_PKGNAME= Nevow SUB_FILES= pkg-message Index: www/py-turbogears/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.4.4:${PORTSDIR}/textproc/py-genshi \ ${PYTHON_PKGNAMEPREFIX}TGScheduler>0:${PORTSDIR}/devel/py-TGScheduler -USE_GETTEXT= yes +USES= gettext USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install Index: www/py-satchmo/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}django-signals-ahoy>=0:${PORTSDIR}/www/py-django-signals-ahoy \ ${PYTHON_PKGNAMEPREFIX}django-threaded-multihost>=0:${PORTSDIR}/www/py-django-threaded-multihost -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_EGG= Satchmo-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg Index: www/newsbeuter/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5_BUILD=yes USE_SQLITE= yes USE_GNOME= libxml2 Index: www/retawq/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An interactive, multi-threaded web browser for text terminals -USE_GETTEXT= yes +USES= gettext HAS_CONFIGURE= yes CONFIGURE_ARGS= --path-archprefix=${PREFIX} --path-prefix=${PREFIX} \ --enable-i18n --enable-local-cgi --enable-ipv6 Index: www/pivotx/Makefile @@ -30,7 +30,7 @@ WANT_PHP_WEB= yes USE_PHP= session gettext xml tokenizer gd pcre -USE_GETTEXT= yes +USES+= gettext .if ${PORT_OPTIONS:MPHPDOM} USE_PHP+= dom Index: www/roundup/Makefile @@ -11,7 +11,7 @@ LICENSE= PSFL -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS=yes Index: www/cakephp12/Makefile @@ -24,7 +24,7 @@ CONFLICTS= cakephp-1.[13].* NO_BUILD= yes -USE_GETTEXT= yes +USES= gettext USE_PHP= session WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 Index: www/sitecopy/Makefile @@ -31,7 +31,7 @@ PLIST_SUB+= NLS="@comment " .else LIBS+= -lintl -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: www/snownews/Makefile @@ -22,7 +22,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: www/linkchecker/Makefile @@ -90,7 +90,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: www/horde3-base/Makefile @@ -79,7 +79,7 @@ ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema -USE_GETTEXT= yes +USES= gettext USE_PHP= ctype gettext session .if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP) Index: www/zend-framework/Makefile @@ -17,7 +17,7 @@ NO_BUILD= yes USE_PHP= spl WANT_PHP_WEB= yes -USE_GETTEXT= yes +USES= gettext LICENSE= BSD Index: science/chemtool-devel/Makefile @@ -24,7 +24,7 @@ #USE_AUTOTOOLS= autoconf213 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --enable-emf=yes PKGNAMESUFFIX= -devel MAN1= chemtool.1 cht.1 Index: science/kst/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= automake:env autoconf:env libtool USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes AUTOTOOLSFILES= admin/cvs.sh Index: science/linsmith/Makefile @@ -14,7 +14,7 @@ USE_GNOME= libgnomeui libxml2 USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: science/meep/Makefile @@ -24,7 +24,7 @@ USE_FORTRAN= yes USE_GCC= 4.6+ USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS+= libltdl CPPFLAGS+= -I${LOCALBASE}/include LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib Index: science/ncs/Makefile @@ -30,7 +30,7 @@ USE_ZIP= yes USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= libxml2 USE_PYTHON= yes USE_QT_VER= 4 Index: science/ecs/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes PLIST_SUB+= NLS="" .endif Index: science/v_sim/Makefile @@ -36,7 +36,7 @@ .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: security/authforce/Makefile @@ -43,7 +43,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_FILES+= share/locale/nl/LC_MESSAGES/authforce.mo CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib .else Index: security/bsp_upektfmess/Makefile @@ -20,7 +20,7 @@ USE_ZIP= yes USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes # Maintainer note # Both the gui and the non-gui object are linked to libX11 Index: security/ccrypt/Makefile @@ -14,7 +14,7 @@ .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else PLIST_SUB+= NLS="@comment " USE_PERL5_BUILD= yes Index: security/gnome-keyring/Makefile @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ Index: security/klamav/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_SQLITE= 3 USE_GNOME= pkgconfig -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool aclocal Index: security/libpreludedb/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes CONFIGURE_ARGS= --enable-gtk-doc=no Index: security/gnupg/Makefile @@ -87,7 +87,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= YES +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: security/gss/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: security/horde3-jeta/Makefile @@ -14,7 +14,7 @@ COMMENT= Horde wrapper around various Java SSH applets USE_HORDE= base pkg-message -USE_GETTEXT= yes +USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" Index: security/hotssh/Makefile @@ -22,7 +22,7 @@ ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte USE_GNOME= pygtk2 gnomedocutils libxslt glib20 -USE_GETTEXT= yes +USES= gettext USE_PYTHON= 2.5+ INSTALLS_ICONS= yes USE_BZIP2= yes Index: security/libgpg-error/Makefile @@ -21,7 +21,7 @@ .if ${PORT_OPTIONS:MNLS} USE_ICONV= yes -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" Index: security/openvas-server/Makefile @@ -18,7 +18,7 @@ openvasnasl.2:${PORTSDIR}/security/openvas-libnasl GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_RC_SUBR= openvasd MAN1= openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1 Index: security/mcrypt/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl Index: security/pidgin-encryption/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include @@ -33,7 +33,7 @@ --with-nss-libs=${LOCALBASE}/lib/nss .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .else Index: security/pidgin-encryption/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include @@ -33,7 +33,7 @@ --with-nss-libs=${LOCALBASE}/lib/nss .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .else Index: security/kovpn/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_GMAKE= yes USE_XORG= xpm Index: security/libgnome-keyring/Makefile @@ -16,7 +16,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: security/p5-openxpki-i18n/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes -USE_GETTEXT= yes +USES= gettext ### We can not go WITHOUT_NLS. Internationalization is needed ### even to use English language. USE_GMAKE= yes Index: security/pam_krb5-rh/Makefile @@ -36,7 +36,7 @@ .else PLIST_SUB+= NLS="" LDFLAGS+= -lintl -USE_GETTEXT= yes +USES= gettext .endif .include Index: security/parano/Makefile @@ -16,7 +16,7 @@ USE_GNOME= pygnome2 USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: security/pidgin-otr/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_GNOME= intltool -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include Index: security/fwlogwatch/Makefile @@ -11,7 +11,7 @@ MAINTAINER= michael@ranner.eu COMMENT= Packet filter and firewall log analyzer -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes MAKE_ENV= MKDIR="${MKDIR}" INSTALL_TARGET= install install-config install-i18n Index: security/heimdal/Makefile @@ -30,7 +30,7 @@ USE_AUTOTOOLS= autoconf autoheader libtool USE_GNOME= gnomehack pkgconfig USE_OPENSSL= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-libintl=${LOCALBASE} \ Index: security/shishi/Makefile @@ -34,7 +34,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: security/sudo/Makefile @@ -50,7 +50,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib -lintl CFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" Index: security/sssd/Makefile @@ -53,7 +53,7 @@ USE_OPENLDAP= yes USE_GMAKE= yes USE_GNOME= pkgconfig -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_PYTHON= yes Index: security/steghide/Makefile @@ -21,7 +21,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes Index: security/krb5/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS?= --enable-shared --without-system-verto CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" Index: security/tpm-tools/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= YES USE_ICONV= YES -USE_GETTEXT= YES +USES= gettext USE_LDCONFIG= YES USE_AUTOTOOLS= autoconf GNU_CONFIGURE= YES Index: security/w3af/Makefile @@ -33,7 +33,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_PYTHON= yes Index: security/zenmap/Makefile @@ -31,7 +31,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: shells/fish/Makefile @@ -15,7 +15,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LIBS="${LDFLAGS}" Index: sysutils/apt/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_BDB= 44+ USE_LDCONFIG= yes NO_FILTER_SHLIBS= yes Index: sysutils/battfink/Makefile @@ -20,7 +20,7 @@ INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/keep/Makefile @@ -21,6 +21,6 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext .include Index: sysutils/cog/Makefile @@ -17,7 +17,7 @@ USE_XORG= x11 USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/coreutils/Makefile @@ -55,7 +55,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: sysutils/dar/Makefile @@ -24,7 +24,7 @@ MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/dc3dd/Makefile @@ -14,7 +14,7 @@ COMMENT= A dd program useful for computer forensics USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes Index: sysutils/di/Makefile @@ -19,7 +19,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB= NLS="" .else PLIST_SUB= NLS="@comment " Index: sysutils/dircomp/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS+= YGP.0:${PORTSDIR}/devel/libYGP GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath PLIST_FILES+= bin/DirComp \ share/locale/de/LC_MESSAGES/DirComp.mo \ Index: sysutils/dtc/Makefile @@ -43,7 +43,7 @@ CONFLICTS= dtc-toaster-[0-9]* dtc-postfix-courier-[0-9]* -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes Index: sysutils/duff/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: sysutils/duplicity/Makefile @@ -32,7 +32,7 @@ .include "bsd.port.options.mk" .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: sysutils/dvdisaster/Makefile @@ -23,7 +23,7 @@ MAKEFILE= GNUmakefile USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 CONFIGURE_ARGS= --prefix=${PREFIX} \ --docsubdir="/" \ Index: sysutils/empower/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: sysutils/filelight/Makefile @@ -14,7 +14,7 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext post-patch: @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} Index: sysutils/ldap-account-manager/Makefile @@ -14,7 +14,7 @@ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap NO_BUILD= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip WANT_PHP_WEB= yes Index: sysutils/gcombust/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen -USE_GETTEXT= yes +USES= gettext USE_PERL5_BUILD=yes USE_GNOME= gtk12 gnomehier USE_CDRTOOLS= yes Index: sysutils/gconf-editor/Makefile @@ -18,7 +18,7 @@ COMMENT= A gconf database editor for the GNOME 2 environment USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GMAKE= yes Index: sysutils/gigolo/Makefile @@ -18,7 +18,7 @@ USE_GNOME= gtk20 gvfs USE_XORG= x11 USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext MAN1= gigolo.1 Index: sysutils/gkrellm/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GNOME= imlib -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes INCLUDES= gkrellm.h gkrellm_public_proto.h Index: sysutils/gkrellm2/Makefile @@ -31,7 +31,7 @@ CONFLICTS= gkrellm-1.* USE_GNOME= gtk20 .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext .else MAKE_ENV+= enable_nls=0 .endif Index: sysutils/gnome-control-center/Makefile @@ -25,7 +25,7 @@ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GSTREAMER= good Index: sysutils/gnome-mount/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtk20 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nautilus-extension CPPFLAGS+= -I${LOCALBASE}/include Index: sysutils/gnome-pkgview/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/gnome-power-manager/Makefile @@ -25,7 +25,7 @@ CONFLICTS= gnome-power-manager-3.[0-9]* -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GMAKE= yes INSTALLS_OMF= yes Index: sysutils/gnome-schedule/Makefile @@ -35,7 +35,7 @@ .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: sysutils/gnome-system-monitor/Makefile @@ -20,7 +20,7 @@ CONFLICTS= gnome-system-monitor-3.[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils \ Index: sysutils/gnome-system-tools/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 Index: sysutils/gnomebaker/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes -USE_GETTEXT= yes +USES= gettext USE_GSTREAMER= vorbis mp3 flac INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Index: sysutils/heartbeat/Makefile @@ -29,7 +29,7 @@ ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes Index: sysutils/isomaster/Makefile @@ -16,7 +16,7 @@ USE_BZIP2= yes USE_GNOME= desktopfileutils intlhack gnomehier gtk20 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1 MAKE_JOBS_SAFE= yes Index: sysutils/relaxconf/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS+=--disable-nls .else PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES= gettext .endif .include Index: sysutils/kleansweep/Makefile @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 post-extract: Index: sysutils/knutclient/Makefile @@ -19,7 +19,7 @@ CONFLICTS= knutclient-1.* USE_KDELIBS_VER= 3 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool automake:env aclocal:env CONFIGURE_ARGS= --disable-fast-perl --enable-mt --program-transform-name='' Index: sysutils/komparator/Makefile @@ -17,7 +17,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes DOCSDIR= ${PREFIX}/share/doc/HTML/en/komparator Index: sysutils/lavaps/Makefile @@ -33,7 +33,7 @@ .if ${PORT_OPTIONS:MGTK} PKGNAMESUFFIX= -gtk2 USE_GNOME+= gtk20 libgnomeui -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --with-gtk PLIST_SUB+= NLS="" .else Index: sysutils/xfce4-power-manager/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libutil libgui panel Index: sysutils/xfce4-wavelan-plugin/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libutil libgui panel Index: sysutils/lxinput/Makefile @@ -23,7 +23,7 @@ MAN1= lxinput.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/lxtask/Makefile @@ -17,7 +17,7 @@ USE_LDCONFIG= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/lxterminal/Makefile @@ -25,7 +25,7 @@ MAN1= lxterminal.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/mount.app/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk12 glib12 GNU_CONFIGURE= yes Index: sysutils/nautilus-cd-burner/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --enable-gnome-mount USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 ltverhack \ Index: sysutils/nitrogen/Makefile @@ -33,7 +33,7 @@ OPTIONS_DEFINE= XINERAMA OPTIONS_DEFAULT=XINERAMA -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GNOME= gtk20 USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ Index: sysutils/pacman/Makefile @@ -64,7 +64,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: sysutils/pessulus/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomedesktop WANT_GNOME= yes USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: sysutils/policykit-gnome/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack intlhack gnomedocutils gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: sysutils/xfce4-settings/Makefile @@ -63,7 +63,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: sysutils/polkit-gnome/Makefile @@ -14,7 +14,7 @@ USE_XZ= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: sysutils/progsreiserfs/Makefile @@ -25,7 +25,7 @@ .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls .else -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif Index: sysutils/psmisc/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS= --enable-nls PLIST_SUB+= NLS="" .endif Index: sysutils/yum/Makefile @@ -20,7 +20,7 @@ USE_PYTHON= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext MAKE_ARGS= MAKE=${GMAKE} PYTHON=${PYTHON_CMD} \ prefix=${PREFIX} mandir=${MANPREFIX}/man sysconfdir=${PREFIX}/etc Index: sysutils/sge62/Makefile @@ -30,7 +30,7 @@ NOT_FOR_ARCHS= powerpc -USE_GETTEXT= yes +USES+= gettext USE_GMAKE= yes USE_OPENSSL= yes USE_LDCONFIG= ${SGE_ROOT}/lib/${SGE_ARCH} Index: sysutils/shmcat/Makefile @@ -23,7 +23,7 @@ .if ${PORT_OPTIONS:MNLS} MANLANG= "" de -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: sysutils/tracker-client/Makefile @@ -36,7 +36,7 @@ INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix ltasneededhack intltool ltverhack USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_GSTREAMER= core INSTALLS_ICONS= yes Index: sysutils/uniutils/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ENV= LIBS="-lintl" CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GETTEXT= yes +USES= gettext TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \ Test4.ann Test4.u Test5.ann Test5.u Index: sysutils/upower/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack ltverhack glib20 Index: sysutils/xcdroast/Makefile @@ -21,7 +21,7 @@ NONROOT "Use xcdroast w/o being root" off \ NLS "Native language support" on -USE_GETTEXT= yes +USES= gettext USE_CDRTOOLS= yes GNU_CONFIGURE= yes WANT_GNOME= yes Index: sysutils/xfce4-battery-plugin/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: sysutils/xfce4-cpugraph-plugin/Makefile @@ -28,7 +28,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: sysutils/xfce4-minicmd-plugin/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= libgui configenv panel Index: sysutils/xfce4-mount-plugin/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack intltool intlhack pkgconfig -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_XFCE= configenv libmenu panel Index: sysutils/xfce4-systemload-plugin/Makefile @@ -29,7 +29,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: sysutils/xfsprogs/Makefile @@ -18,7 +18,7 @@ COMMENT= A set of utilities and library to manipulate an xfs filesystem USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= autoconf libtool:env GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ Index: sysutils/xvidcap/Makefile @@ -32,7 +32,7 @@ USE_GMAKE= yes # To be removed after ffmpeg-devel's upgrade USE_GNOME= glib20 libglade2 -USE_GETTEXT= yes +USES= gettext USE_XORG= x11 xmu INSTALLS_OMF= yes Index: sysutils/zeitgeist/Makefile @@ -21,7 +21,7 @@ USE_PYTHON= yes FETCH_ARGS= -Fpr GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: textproc/aspell/Makefile @@ -36,7 +36,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/dwdiff/Makefile @@ -30,7 +30,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" MANLANG= "" nl nl.UTF-8 .else Index: textproc/gnome-doc-utils/Makefile @@ -25,7 +25,7 @@ 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 Index: textproc/gnome-spell/Makefile @@ -22,7 +22,7 @@ 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 Index: textproc/gnugrep/Makefile @@ -32,7 +32,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -lintl -L${LOCALBASE}/lib PLIST_SUB+= NLS= .else Index: textproc/gtkspell/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 intlhack -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Index: textproc/meld/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: textproc/ibus-kmfl/Makefile @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/ibus-m17n/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/ibus-table/Makefile @@ -24,7 +24,7 @@ PROJECTHOST= ibus .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/ibus/Makefile @@ -51,7 +51,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/libcue/Makefile @@ -17,7 +17,7 @@ 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|' \ Index: textproc/m17n-contrib/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/m17n-im-config/Makefile @@ -21,7 +21,7 @@ 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 @@ true .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/m17n-im-config/Makefile @@ -21,7 +21,7 @@ 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 @@ true .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: textproc/modlogan/Makefile @@ -20,7 +20,7 @@ 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. Index: textproc/msort/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes USE_TK_RUN= yes USE_TCL_WRAPPER= yes -USE_GETTEXT= yes +USES= gettext PLIST_FILES= bin/msg bin/msort Index: textproc/openjade/Makefile @@ -22,7 +22,7 @@ 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} Index: textproc/opensp/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: textproc/ots/Makefile @@ -18,7 +18,7 @@ USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: textproc/pootle/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}django-registration-[0-9]* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= Pootle Index: textproc/stardict2/Makefile @@ -17,7 +17,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes LATEST_LINK= stardict2 Index: textproc/po4a/Makefile @@ -16,7 +16,7 @@ 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 Index: textproc/rotix/Makefile @@ -15,7 +15,7 @@ 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 Index: textproc/scim-bridge-qt4/Makefile @@ -20,7 +20,7 @@ USE_QT4= corelib gui moc_build QT_NONSTANDARD= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes LICENSE= GPLv2 LGPL21 Index: textproc/scim-bridge/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes LICENSE= GPLv2 LGPL21 Index: textproc/scim-input-pad/Makefile @@ -33,7 +33,7 @@ DOCS= ChangeLog README .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext USE_GNOME= intlhack PLIST_SUB+= NLS="" .else Index: textproc/scim-kmfl-imengine/Makefile @@ -28,7 +28,7 @@ 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 Index: textproc/scim-table-imengine/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= intlhack -USE_GETTEXT= yes +USES= gettext MAN1= scim-make-table.1 Index: textproc/scim/Makefile @@ -22,7 +22,7 @@ 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}" Index: textproc/spellutils/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ENV= LIBS='-L${LOCALBASE}/lib' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lintl Index: textproc/stardict3/Makefile @@ -23,7 +23,7 @@ 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} Index: textproc/uim/Makefile @@ -22,7 +22,7 @@ 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 Index: textproc/texi2html/Makefile @@ -38,7 +38,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls --enable-translations PLIST_SUB+= NLS="" .else Index: textproc/translate-toolkit/Makefile @@ -28,7 +28,7 @@ # Can use psyco (on i386) USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes Index: textproc/wdiff/Makefile @@ -22,7 +22,7 @@ INFO= wdiff .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext CFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" .else Index: textproc/xfce4-dict-plugin/Makefile @@ -20,7 +20,7 @@ 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 Index: x11-clocks/alarm-clock/Makefile @@ -19,13 +19,13 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GSTREAMER= yes USE_GNOME= gnomehack gtk20 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: x11-clocks/alarm-clock/Makefile @@ -19,13 +19,13 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GSTREAMER= yes USE_GNOME= gnomehack gtk20 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: x11-clocks/cairo-clock/Makefile @@ -22,7 +22,7 @@ MAN1= cairo-clock.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: x11-clocks/xfce4-timer-out-plugin/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libmenu libutil panel Index: x11-fm/emelfm2/Makefile @@ -58,7 +58,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext INSTALL_TARGET+=install_i18n PLIST_SUB+= NLS="" .else Index: x11-fm/gentoo/Makefile @@ -14,7 +14,7 @@ OPTIONS_DEFINE= FAM DOCS USE_GNOME= gnomehack gtk20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= MKDIR_P="${MKDIR}" Index: x11-fm/gnome-commander2/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: x11-fm/gprename/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_PERL5_RUN= yes -USE_GETTEXT= yes +USES= gettext NO_BUILD= yes MAN1= gprename.1 Index: x11-fm/krusader/Makefile @@ -17,7 +17,7 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext PORTSCOUT= ignore:1 Index: x11-fm/nautilus/Makefile @@ -22,7 +22,7 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ librsvg2 desktopfileutils ltverhack gvfs ltasneededhack USE_LDCONFIG= yes Index: x11-fm/pcmanfm/Makefile @@ -28,7 +28,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: x11-fm/rodent/Makefile @@ -36,7 +36,7 @@ MAN1= fgr.1 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: x11-fm/xfe/Makefile @@ -14,7 +14,7 @@ USE_XORG= xft USE_GNOME= gnomehack intltool -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include Index: x11-fm/xnc/Makefile @@ -27,7 +27,7 @@ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_XORG= x11 xext xt CONFIGURE_ARGS+=--with-pty=BSD --with-libintl-prefix=${LOCALBASE} Index: x11-fonts/fntsample/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline USE_GNOME= pango -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --with-unicode-blocks=${WRKSRC}/Blocks.txt Index: x11-fonts/gbdfed/Makefile @@ -16,7 +16,7 @@ LICENSE= MIT USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11-fonts/font-manager/Makefile @@ -34,7 +34,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else Index: x11-themes/gnome-backgrounds/Makefile @@ -16,7 +16,7 @@ COMMENT= A collection of backgrounds for GNOME 2 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack Index: x11-themes/gnome-themes-extras/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui intlhack Index: x11-themes/gnome-themes/Makefile @@ -23,7 +23,7 @@ CONFLICTS= clearlooks-metacity-0.* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_GMAKE= yes Index: x11-themes/gtk-engines2/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gtk20 intlhack ltasneededhack -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Index: x11-themes/kde-style-polyester/Makefile @@ -21,7 +21,7 @@ USE_KDEBASE_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} Index: x11-themes/lxappearance/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 USE_GNOME= gnomehack gtk20 intlhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: x11-toolkits/bakery/Makefile @@ -23,7 +23,7 @@ USE_GNOME= gnomehack gnomeprefix intlhack ltverhack USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11-toolkits/eel/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Generally useful classes and extensions to GNOME -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GMAKE= yes USE_XORG= xrender Index: x11-toolkits/unique/Makefile @@ -17,7 +17,7 @@ USE_XORG= ice USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gtk20 gnomeprefix ltverhack:2 Index: x11-toolkits/gdl/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11-toolkits/girara/Makefile @@ -16,7 +16,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " Index: x11-toolkits/gtk12/Makefile @@ -27,7 +27,7 @@ LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: x11-toolkits/gtk20/Makefile @@ -34,7 +34,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache -USE_GETTEXT= yes +USES= gettext USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-static --with-xinput=yes Index: x11-toolkits/gtk30/Makefile @@ -33,7 +33,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache -USE_GETTEXT= yes +USES= gettext USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-static Index: x11-toolkits/gtkmm24/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: x11-toolkits/gtksourceview/Makefile @@ -20,7 +20,7 @@ .if !defined(REFERENCE_PORT) -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Index: x11-toolkits/gtksourceview2/Makefile @@ -22,7 +22,7 @@ .if !defined(REFERENCE_PORT) -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Index: x11-toolkits/libbonoboui/Makefile @@ -20,7 +20,7 @@ .if !defined(REFERENCE_PORT) -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ Index: x11-toolkits/libxfce4gui/Makefile @@ -36,7 +36,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-toolkits/py-gnome2/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_PYTHON= yes USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack libgnomeui pygtk2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ Index: x11-toolkits/py-kiwi/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= pygtk-codegen-2.0:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS= pygtk-codegen-2.0:${PORTSDIR}/x11-toolkits/py-gtk2 -USE_GETTEXT= yes +USES= gettext USE_GNOME= libglade2 USE_PYTHON= yes USE_PYDISTUTILS= yes Index: x11-toolkits/py-wxPython28/Makefile @@ -26,7 +26,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_VER=${PYTHON_VER} -USE_GETTEXT= yes +USES= gettext PYDISTUTILS_BUILDARGS= \ WX_CONFIG="${WX_CONFIG}" \ Index: x11-toolkits/libunique3/Makefile @@ -16,7 +16,7 @@ USE_XORG= ice x11 USE_XZ= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gtk30 gnomeprefix ltverhack:0 Index: x11-wm/ccsm/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= pygtk2 USE_PYTHON= -2.7 Index: x11-wm/e17-module-alarm/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-comp-scale/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-cpu/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-diskio/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-eektool/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-engage/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-eooorg/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-everything-aspell/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-everything-mpris/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-everything-pidgin/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-mail/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-everything-places/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-everything-wallpaper/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-everything-websearch/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-flame/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-forecasts/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-iiirk/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-mem/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-moon/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-mpdule/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-net/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-news/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-penguins/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-rain/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-photo/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-places/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-screenshot/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-slideshow/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-snow/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-taskbar/Makefile @@ -25,7 +25,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-tclock/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-uptime/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-weather/Makefile @@ -24,7 +24,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-winlist-ng/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/e17-module-wlan/Makefile @@ -23,7 +23,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Index: x11-wm/fvwm-crystal/Makefile @@ -14,7 +14,7 @@ bash:${PORTSDIR}/shells/bash USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes MAKE_ENV= prefix="${PREFIX}" addondir="${DOCSDIR}/addons" PORTDOCS= * Index: x11-wm/lxsession/Makefile @@ -32,7 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: x11-wm/metacity/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_XORG= x11 xcomposite xdamage -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20 Index: x11-wm/mutter/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 ltverhack Index: x11-wm/obconf/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif Index: x11-wm/obkey/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= py2[67]-gtk>=2.14:${PORTSDIR}/x11-toolkits/py-gtk2 -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes PORTDOCS= NEWS Index: x11-wm/e16/Makefile @@ -15,7 +15,7 @@ USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ xext xfixes xft xinerama xrandr xrender xxf86vm USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_EFL= imlib2 USE_AUTOTOOLS= libtool @@ -38,7 +38,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: x11-wm/e16/Makefile @@ -15,7 +15,7 @@ USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ xext xfixes xft xinerama xrandr xrender xxf86vm USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_EFL= imlib2 USE_AUTOTOOLS= libtool @@ -38,7 +38,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Index: x11-wm/simple-ccsm/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= pygtk2 USE_PYTHON= -2.7 Index: x11-wm/fvwm2/Makefile @@ -109,7 +109,7 @@ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --with-intl-library=${LOCALBASE}/lib \ --with-intl-includes=${LOCALBASE}/include PLIST_SUB+= NLS="" Index: x11-wm/wmakerconf/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gtk20 USE_PERL5= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: x11-wm/xfce4-wm/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig desktopfileutils USE_LDCONFIG= yes Index: x11-wm/openbox/Makefile @@ -26,7 +26,7 @@ PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//} .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls Index: x11/gnome-session/Makefile @@ -29,7 +29,7 @@ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_XORG= ice sm xau xrandr USE_GNOME= gnomeprefix gnomehack intlhack gconf2 Index: x11/gnome-shell/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_XORG= x11 xfixes sm -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomemenus \ Index: x11/gnome-terminal/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes INSTALLS_OMF= yes USE_GMAKE= yes Index: x11/yad/Makefile @@ -30,7 +30,7 @@ .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls Index: x11/guake/Makefile @@ -38,7 +38,7 @@ .if ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS= --localedir=${PREFIX}/share/locale PLIST_SUB= NLS="" -USE_GETTEXT= yes +USES+= gettext .else CONFIGURE_ARGS= --disable-nls PLIST_SUB= NLS="@comment " Index: x11/libgnomekbd/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11/lxmenu-data/Makefile @@ -15,7 +15,7 @@ USE_XORG= x11 xmu USE_GNOME= intltool -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env CONFIGURE_ARGS+=--prefix=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc Index: x11/lxrandr/Makefile @@ -11,7 +11,7 @@ USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_XORG= xrandr CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} Index: x11/mlterm/Makefile @@ -16,7 +16,7 @@ USE_AUTOTOOLS= libtool LIBTOOLFILES= configure kiklib/configure mkf/configure USE_PERL5_BUILD=yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf2 --enable-utmp \ --enable-optimize-redrawing \ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader" \ @@ -111,7 +111,7 @@ .endif USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext MAN1= mlterm.1 mlclient.1 Index: x11/mlterm/Makefile @@ -16,7 +16,7 @@ USE_AUTOTOOLS= libtool LIBTOOLFILES= configure kiklib/configure mkf/configure USE_PERL5_BUILD=yes -USE_GETTEXT= yes +USES= gettext CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf2 --enable-utmp \ --enable-optimize-redrawing \ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader" \ @@ -111,7 +111,7 @@ .endif USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext MAN1= mlterm.1 mlclient.1 Index: x11/rsibreak/Makefile @@ -16,7 +16,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_XORG= xscrnsaver Index: x11/wbar/Makefile @@ -50,7 +50,7 @@ .endif USE_EFL= imlib2 -USE_GETTEXT= yes +USES+= gettext USE_GMAKE= yes USE_GNOME+= desktopfileutils intltool Index: x11/wbarconf/Makefile @@ -18,11 +18,11 @@ USE_GNOME= pygobject pygtk2 gtk20 USE_PYTHON= 2.5+ -USE_GETTEXT= yes +USES= gettext NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README COPYING -USE_GETTEXT= yes +USES= gettext do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Index: x11/wbarconf/Makefile @@ -18,11 +18,11 @@ USE_GNOME= pygobject pygtk2 gtk20 USE_PYTHON= 2.5+ -USE_GETTEXT= yes +USES= gettext NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README COPYING -USE_GETTEXT= yes +USES= gettext do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Index: x11/florence/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gtk20 intlhack gnomedocutils gconf2 librsvg2 gnomepanel USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes Index: x11/xdialog/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif Index: x11/xfce4-quicklauncher-plugin/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui panel Index: x11/xfce4-taskmanager/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 desktopfileutils intltool intlhack pkgconfig Index: x11/xfce4-wmdock-plugin/Makefile @@ -16,7 +16,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack pkgconfig libwnck Index: x11/xfce4-xfapplet-plugin/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack orbit2 pkgconfig USE_XFCE= configenv libgui libutil panel Index: x11/xfree86_xkb_xml/Makefile @@ -15,7 +15,7 @@ COMMENT= A little set of XML files useful for dealing with XKB rules USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext USE_XORG= x11 USE_GMAKE= yes GNU_CONFIGURE= yes Index: x11/xnee/Makefile @@ -41,7 +41,7 @@ fontconfig:${PORTSDIR}/x11-fonts/fontconfig CONFIGURE_ARGS+=--enable-gui -USE_GETTEXT= yes +USES+= gettext USE_ICONV= yes USE_XORG+= pixman xcomposite xcursor xdamage xfixes xinerama xrandr xrender USE_GNOME+= gdkpixbuf2 gtk20 libgnomeui Index: x11/kdelibs3/Makefile @@ -53,7 +53,7 @@ USE_BZIP2= yes USE_FAM= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_OPENSSL= yes USE_QT_VER= 3 Index: x11/xscreensaver-gnome/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_PERL5_RUN= yes USE_GNOME= gnomehier libglade2 gnomehack -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \ --with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \ Index: x11/xtermcontrol/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Index: x11/yakuake/Makefile @@ -14,6 +14,6 @@ USE_BZIP2= yes USE_KDEBASE_VER=3 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext .include Index: x11/yelp/Makefile @@ -20,7 +20,7 @@ CONFLICTS= yelp-3.[0-9]* -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_XORG= ice USE_GMAKE= yes