aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 13:52:54 +0800
committeraz <az@FreeBSD.org>2012-06-30 13:52:54 +0800
commit7334f9e3595adca6e3037545ff416a5565658030 (patch)
tree043befe8e5815425dd16f87ee2ff808986cb7b24 /net-mgmt
parentaa44daa1a2357db2175dd99b45bc46bbdfc3e66b (diff)
downloadfreebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.gz
freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.zst
freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flowviewer/Makefile2
-rw-r--r--net-mgmt/p5-Cisco-Reconfig/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/flowviewer/Makefile b/net-mgmt/flowviewer/Makefile
index d4ec2367cb5c..e2b5c270e4a8 100644
--- a/net-mgmt/flowviewer/Makefile
+++ b/net-mgmt/flowviewer/Makefile
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar
MAINTAINER= samm@os2.kiev.ua
COMMENT= Web-based user interface for the flow-tools NetFlow data
-RUN_DEPENDS= ${SITE_PERL}/GD/Graph/linespoints.pm:${PORTSDIR}/graphics/p5-GD-Graph \
+RUN_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
flow-cat:${PORTSDIR}/net-mgmt/flow-tools
.ifndef WITHOUT_WWWDIR
diff --git a/net-mgmt/p5-Cisco-Reconfig/Makefile b/net-mgmt/p5-Cisco-Reconfig/Makefile
index 061351a55d31..6ca2798ee8f0 100644
--- a/net-mgmt/p5-Cisco-Reconfig/Makefile
+++ b/net-mgmt/p5-Cisco-Reconfig/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Parse and generate Cisco configuration files
-RUN_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
+RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes