aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-IP
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-06-17 06:30:42 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-06-17 06:30:42 +0000
commit819df73f884fb776139db6a95f454566420bf5ff (patch)
tree3cb26c4411a7a0e5beae135782cc71419b0a7d9d /net-mgmt/p5-Net-IP
parentca8d90121faa64b4cea7ea5fd3a8ce0eaf2d3407 (diff)
downloadports-819df73f884fb776139db6a95f454566420bf5ff.tar.gz
ports-819df73f884fb776139db6a95f454566420bf5ff.zip
Properly sort RUN and BUILD DEPENDS that I inherited when I took over
this port, and assign BUILD_DEPENDS using := as recommended by danfe.
Notes
Notes: svn path=/head/; revision=256619
Diffstat (limited to 'net-mgmt/p5-Net-IP')
-rw-r--r--net-mgmt/p5-Net-IP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile
index a1891aea8fe0..3479fce70a7f 100644
--- a/net-mgmt/p5-Net-IP/Makefile
+++ b/net-mgmt/p5-Net-IP/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dougb@FreeBSD.org
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
-RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes