aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
commite1598249298974c6e8c61c34d927acabee345542 (patch)
tree5883afe298a5f232e854b104fc944ca19c4f7e7f /net-mgmt
parent422e3bda8bd3eb5d0b4737e335fd434883fbc44f (diff)
downloadports-e1598249298974c6e8c61c34d927acabee345542.tar.gz
ports-e1598249298974c6e8c61c34d927acabee345542.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ap-utils/Makefile2
-rw-r--r--net-mgmt/etherape/Makefile2
-rw-r--r--net-mgmt/horde3-nic/Makefile2
-rw-r--r--net-mgmt/ipv6calc/Makefile2
-rw-r--r--net-mgmt/nagiosql/Makefile2
-rw-r--r--net-mgmt/netustad/Makefile2
-rw-r--r--net-mgmt/tork/Makefile2
-rw-r--r--net-mgmt/virtinst/Makefile2
-rw-r--r--net-mgmt/wifimgr/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile
index d3678f897e6d..441286292c52 100644
--- a/net-mgmt/ap-utils/Makefile
+++ b/net-mgmt/ap-utils/Makefile
@@ -23,7 +23,7 @@ LDFLAGS+= -lintl -L${LOCALBASE}/lib
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
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile
index bc76928950da..bf7fbb90aa69 100644
--- a/net-mgmt/etherape/Makefile
+++ b/net-mgmt/etherape/Makefile
@@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= etherape.1
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/net-mgmt/horde3-nic/Makefile b/net-mgmt/horde3-nic/Makefile
index f9c4dbd40d53..5837a9008e9d 100644
--- a/net-mgmt/horde3-nic/Makefile
+++ b/net-mgmt/horde3-nic/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= horde@FreeBSD.org
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"
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index b945adc8ef22..f61f51b710d0 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= edwin@mavetju.org
COMMENT= Convert, change, and calculate with IPv6 addresses
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/net-mgmt/nagiosql/Makefile b/net-mgmt/nagiosql/Makefile
index 19220da9f4d1..345cd1a9e5dd 100644
--- a/net-mgmt/nagiosql/Makefile
+++ b/net-mgmt/nagiosql/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios \
USE_BZIP2= yes
USE_MYSQL= yes
-USE_GETTEXT= yes
+USES= gettext
USE_PHP= mysql filter gettext session simplexml
WANT_PHP_WEB= yes
diff --git a/net-mgmt/netustad/Makefile b/net-mgmt/netustad/Makefile
index f2a5719a0658..c165ad055572 100644
--- a/net-mgmt/netustad/Makefile
+++ b/net-mgmt/netustad/Makefile
@@ -18,7 +18,7 @@ COMMENT= A Web based admin tool that manages network services
#MAN5= netustad.conf.5
USE_RC_SUBR= ${PORTNAME}
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
OPTIONS_DEFINE= SSL NLS
diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile
index decceb9585d4..8d70a885b222 100644
--- a/net-mgmt/tork/Makefile
+++ b/net-mgmt/tork/Makefile
@@ -13,7 +13,7 @@ COMMENT= TorK is an Anonymity Manager for the KDE Desktop
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
diff --git a/net-mgmt/virtinst/Makefile b/net-mgmt/virtinst/Makefile
index 3448946a0e6e..b3d76482605a 100644
--- a/net-mgmt/virtinst/Makefile
+++ b/net-mgmt/virtinst/Makefile
@@ -13,7 +13,7 @@ COMMENT= Module to help in starting installations inside of virtual machines
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
diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile
index a172d7ec3c0c..e23c4e95b220 100644
--- a/net-mgmt/wifimgr/Makefile
+++ b/net-mgmt/wifimgr/Makefile
@@ -21,7 +21,7 @@ USE_GNOME= gtk20 pkgconfig
INSTALLS_ICONS= yes
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CFLAGS+= -DWITHOUT_NLS