From 819df73f884fb776139db6a95f454566420bf5ff Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Thu, 17 Jun 2010 06:30:42 +0000 Subject: [PATCH] Properly sort RUN and BUILD DEPENDS that I inherited when I took over this port, and assign BUILD_DEPENDS using := as recommended by danfe. --- net-mgmt/p5-Net-IP/Makefile | 4 ++-- 1 file 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