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/beacon/Makefile | |
parent | 7c228e4748d93ea5aaea790deb37da1914d3be1d (diff) | |
download | ports-bd4d8236ba9e303590baea2f49896d1b57c1f4f4.tar.gz ports-bd4d8236ba9e303590baea2f49896d1b57c1f4f4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300276
Diffstat (limited to 'net/beacon/Makefile')
-rw-r--r-- | net/beacon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/beacon/Makefile b/net/beacon/Makefile index 75f0b9ce558d..ea4cb8e75de0 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Beacon active measurement tool to monitor multicast -BUILD_DEPENDS= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} @@ -25,7 +25,7 @@ USE_AUTOTOOLS= autoconf OPTIONS= IPV6 "Enable IPv6 PTR lookups" off .ifdef(WITH_IPV6) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 +BUILD_DEPENDS+= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 CONFIGURE_ARGS+= --enable-ipv6 .endif |