aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-04-27 11:59:28 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-04-27 11:59:28 +0000
commita3a0715f38d5f411396a809915aa2fc5c204bc16 (patch)
treee580bb4c66185f6741df23146d4617f207efeeef /net-mgmt
parent3d733a71dc5d9ecc73e88a75de9cb8a6400329cd (diff)
downloadports-a3a0715f38d5f411396a809915aa2fc5c204bc16.tar.gz
ports-a3a0715f38d5f411396a809915aa2fc5c204bc16.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ap-utils/Makefile2
-rw-r--r--net-mgmt/bandwidthd/Makefile2
-rw-r--r--net-mgmt/ettercap/Makefile2
-rw-r--r--net-mgmt/icinga/Makefile2
-rw-r--r--net-mgmt/nagios-devel/Makefile2
-rw-r--r--net-mgmt/nagios/Makefile2
-rw-r--r--net-mgmt/netxms/Makefile2
-rw-r--r--net-mgmt/nfsen/Makefile2
-rw-r--r--net-mgmt/wmi-client/Makefile2
-rw-r--r--net-mgmt/zabbix2-server/Makefile3
10 files changed, 10 insertions, 11 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile
index 441286292c52..ca96fec38dc6 100644
--- a/net-mgmt/ap-utils/Makefile
+++ b/net-mgmt/ap-utils/Makefile
@@ -16,7 +16,7 @@ COMMENT= A set of utilities to configure and monitor wireless access points
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_ICONV= yes
+USES= iconv
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lintl -L${LOCALBASE}/lib
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile
index f1851388e2b3..6aaccce900f7 100644
--- a/net-mgmt/bandwidthd/Makefile
+++ b/net-mgmt/bandwidthd/Makefile
@@ -23,7 +23,7 @@ USE_CSTD= c89
USE_GMAKE= YES
GNU_CONFIGURE= YES
-USE_ICONV= YES
+USES= iconv
post-install:
@${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index 873ef27054fd..cf335a3f025b 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--disable-gtk
.if ${PORT_OPTIONS:MUTF8}
CONFIGURE_ARGS+=--with-iconv=${LOCALBASE}
-USE_ICONV= yes
+USES+= iconv
.endif
.if ${PORT_OPTIONS:MPCRE}
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile
index ed8c8a8669f3..5159eba254a4 100644
--- a/net-mgmt/icinga/Makefile
+++ b/net-mgmt/icinga/Makefile
@@ -18,7 +18,7 @@ LICENSE= GPLv2
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins
-USE_ICONV= yes
+USES= iconv
USE_PERL5_BUILD= yes
USE_AUTOTOOLS= autoconf libltdl
USE_RC_SUBR= icinga
diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile
index daa25c79be5e..7654cc16f3b8 100644
--- a/net-mgmt/nagios-devel/Makefile
+++ b/net-mgmt/nagios-devel/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio
MASTER_SITE_FREEBSD= yes
LATEST_LINK= nagios-devel
-USE_ICONV= yes
+USES= iconv
USE_PERL5_BUILD=yes
USE_AUTOTOOLS= autoconf libltdl
USE_RC_SUBR= nagios
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index 7fe420069deb..cf49fd2452aa 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/nagios/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins
-USE_ICONV= yes
+USES= iconv
USE_PERL5_BUILD=yes
USE_AUTOTOOLS= autoconf libltdl
USE_PHP= yes
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile
index 461176028082..50c2e4f8c821 100644
--- a/net-mgmt/netxms/Makefile
+++ b/net-mgmt/netxms/Makefile
@@ -32,7 +32,7 @@ NO_PACKAGE= yes
USE_PERL5= yes
USE_OPENSSL= yes
-USE_ICONV= yes
+USES= iconv
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
diff --git a/net-mgmt/nfsen/Makefile b/net-mgmt/nfsen/Makefile
index fbc06bf14a3d..85d4877593ec 100644
--- a/net-mgmt/nfsen/Makefile
+++ b/net-mgmt/nfsen/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
nfdump:${PORTSDIR}/net-mgmt/nfdump
-USE_ICONV= yes
+USES= iconv
USE_PERL5= yes
USE_PHP= session pcre sockets
NO_BUILD= yes
diff --git a/net-mgmt/wmi-client/Makefile b/net-mgmt/wmi-client/Makefile
index de294f7bc06c..a342f7645ccc 100644
--- a/net-mgmt/wmi-client/Makefile
+++ b/net-mgmt/wmi-client/Makefile
@@ -21,7 +21,7 @@ USE_BZIP2= yes
USE_AUTOTOOLS= autoconf:env
USE_PYTHON_BUILD= yes
USE_GMAKE= yes
-USE_ICONV= yes
+USES= iconv
USE_LDCONFIG= yes
#BUILD_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile
index eac3dce2496a..af110e1e9c8e 100644
--- a/net-mgmt/zabbix2-server/Makefile
+++ b/net-mgmt/zabbix2-server/Makefile
@@ -31,8 +31,7 @@ MAN8+= zabbix_${ZABBIX_BUILD}d.8
USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d
.endif
-USE_ICONV= yes
-USES= pkgconfig
+USES= pkgconfig iconv
USERS= zabbix
GROUPS= zabbix