aboutsummaryrefslogtreecommitdiff
path: root/net/beacon
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 14:39:14 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 14:39:14 +0000
commitbd4d8236ba9e303590baea2f49896d1b57c1f4f4 (patch)
treef9633c66411174d9396ea7041d10cec418d2b777 /net/beacon
parent7c228e4748d93ea5aaea790deb37da1914d3be1d (diff)
downloadports-bd4d8236ba9e303590baea2f49896d1b57c1f4f4.tar.gz
ports-bd4d8236ba9e303590baea2f49896d1b57c1f4f4.zip
Notes
Diffstat (limited to 'net/beacon')
-rw-r--r--net/beacon/Makefile6
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