diff options
author | dougb <dougb@FreeBSD.org> | 2010-06-17 14:30:42 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-06-17 14:30:42 +0800 |
commit | 86f7255f0768a0a8a84b65860c8c8794f5660d1e (patch) | |
tree | 602f246184049d52a9ec59f5a83c9b46921141d0 /net-mgmt | |
parent | 08de46df5e2d7bc70f88266ea8a15df9978ec824 (diff) | |
download | freebsd-ports-gnome-86f7255f0768a0a8a84b65860c8c8794f5660d1e.tar.gz freebsd-ports-gnome-86f7255f0768a0a8a84b65860c8c8794f5660d1e.tar.zst freebsd-ports-gnome-86f7255f0768a0a8a84b65860c8c8794f5660d1e.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.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-IP/Makefile | 4 |
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 |