summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-06-10 18:42:48 +0000
committerSteve Wills <swills@FreeBSD.org>2012-06-10 18:42:48 +0000
commit63d09c9c9b84669faec2c94444cb4ba43ca65ec0 (patch)
tree897864e11191cee1fd0515a4af0b3aa5ab400840 /net-mgmt
parent- Convert to OptionsNG (diff)
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=298970
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ifgraph/Makefile2
-rw-r--r--net-mgmt/p5-AnyEvent-SNMP/Makefile2
-rw-r--r--net-mgmt/p5-Cisco-Reconfig/Makefile2
-rw-r--r--net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile2
-rw-r--r--net-mgmt/p5-NetApp/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/ifgraph/Makefile b/net-mgmt/ifgraph/Makefile
index ead8b294b74a..ee09a70ba12a 100644
--- a/net-mgmt/ifgraph/Makefile
+++ b/net-mgmt/ifgraph/Makefile
@@ -17,7 +17,7 @@ COMMENT= Simple grapher of SNMP data with RRD
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
p5-Color-Rgb>0:${PORTSDIR}/graphics/p5-Color-Rgb \
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
USE_PERL5= yes
NO_BUILD= yes
diff --git a/net-mgmt/p5-AnyEvent-SNMP/Makefile b/net-mgmt/p5-AnyEvent-SNMP/Makefile
index 063ce21cb2c8..399c4646c454 100644
--- a/net-mgmt/p5-AnyEvent-SNMP/Makefile
+++ b/net-mgmt/p5-AnyEvent-SNMP/Makefile
@@ -17,7 +17,7 @@ COMMENT= Adaptor to integrate Net::SNMP into AnyEvent
RUN_DEPENDS= p5-AnyEvent>=5.23:${PORTSDIR}/devel/p5-AnyEvent \
p5-Net-SNMP>=6.0.1:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
p5-common-sense>=3.4:${PORTSDIR}/devel/p5-common-sense
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
diff --git a/net-mgmt/p5-Cisco-Reconfig/Makefile b/net-mgmt/p5-Cisco-Reconfig/Makefile
index 062476ed330a..061351a55d31 100644
--- a/net-mgmt/p5-Cisco-Reconfig/Makefile
+++ b/net-mgmt/p5-Cisco-Reconfig/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= gslin@gslin.org
COMMENT= Parse and generate Cisco configuration files
RUN_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
index 66ae8c17d897..175b7af69624 100644
--- a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
+++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Manage Cisco IOS Devices
RUN_DEPENDS= ${SITE_PERL}/Net/Telnet/Cisco.pm:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/net-mgmt/p5-NetApp/Makefile b/net-mgmt/p5-NetApp/Makefile
index b149fed51fae..7e5d1f1675fa 100644
--- a/net-mgmt/p5-NetApp/Makefile
+++ b/net-mgmt/p5-NetApp/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd \
p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes