diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
commit | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (patch) | |
tree | f9633c66411174d9396ea7041d10cec418d2b777 /net/p5-Net-Frame-Layer-ICMPv6 | |
parent | 7c228e4748d93ea5aaea790deb37da1914d3be1d (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Frame-Layer-ICMPv6')
-rw-r--r-- | net/p5-Net-Frame-Layer-ICMPv6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Frame-Layer-ICMPv6/Makefile b/net/p5-Net-Frame-Layer-ICMPv6/Makefile index d36791572aa1..0bc645d34846 100644 --- a/net/p5-Net-Frame-Layer-ICMPv6/Makefile +++ b/net/p5-Net-Frame-Layer-ICMPv6/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= spry@anarchy.in.the.ph COMMENT= Perl encoding/decoding implementation of the ICMPv6 layer -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector \ - ${SITE_PERL}/Net/Frame.pm:${PORTSDIR}/net/p5-Net-Frame \ +BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ + p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \ p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \ p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor RUN_DEPENDS:= ${BUILD_DEPENDS} |