diff options
author | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
commit | bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /net-p2p | |
parent | 2e4755fb165fc85b66abbd26d0129a688b4273da (diff) | |
download | freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.gz freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.zst freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.zip |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/jigdo/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/microdc2/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/moodriver/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/retroshare/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-gtk/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 174eda7a70d8..71ccf53f8cf5 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -24,7 +24,7 @@ PLIST_SUB+= PYTHON_VER=${PYTHON_VER} USE_XZ= yes WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext USE_OPENSSL= yes USE_PYTHON= -2.7 USE_TWISTED_RUN= web diff --git a/net-p2p/gnunet-gtk/Makefile b/net-p2p/gnunet-gtk/Makefile index 6cee5980a8d8..25268ecf7022 100644 --- a/net-p2p/gnunet-gtk/Makefile +++ b/net-p2p/gnunet-gtk/Makefile @@ -36,7 +36,7 @@ MAN1= gnunet-fs-gtk.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .else diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 53602c8514e6..f7ecebe16f53 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -92,7 +92,7 @@ PLIST_SUB+= MYSQL="@comment " .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .else diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 23aadf4e31ee..53dc6e959dc6 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -51,7 +51,7 @@ CONFIGURE_ARGS+=--without-libdb .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else diff --git a/net-p2p/microdc2/Makefile b/net-p2p/microdc2/Makefile index 869f86576222..21c6b6155fff 100644 --- a/net-p2p/microdc2/Makefile +++ b/net-p2p/microdc2/Makefile @@ -22,7 +22,7 @@ USE_ICONV= yes USE_GNOME= libxml2 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/net-p2p/moodriver/Makefile b/net-p2p/moodriver/Makefile index 0f94496e628b..a7b5485c03af 100644 --- a/net-p2p/moodriver/Makefile +++ b/net-p2p/moodriver/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes 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 diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index ba78315fe919..e3687d979717 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_GETTEXT= yes +USES= gettext PYDISTUTILS_PKGNAME= nicotine DOCSDIR= share/doc/${PKGNAMEPREFIX:S/-//} diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index c5f5f337d0db..e544af316e19 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS+= pinentry-qt4:${PORTSDIR}/security/pinentry-qt4 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 \ diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile index 58c30c6ea673..59e2329ae324 100644 --- a/net-p2p/transmission-gtk/Makefile +++ b/net-p2p/transmission-gtk/Makefile @@ -17,7 +17,7 @@ PLIST= ${.CURDIR}/pkg-plist SLAVEPORT= gtk2 USE_GNOME= gnomehack gtk30 desktopfileutils intlhack -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes EXTRA_CONF_ARGS=--disable-cli \ |