aboutsummaryrefslogtreecommitdiffstats
path: root/net/beacon/Makefile
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 22:39:14 +0800
committeraz <az@FreeBSD.org>2012-06-30 22:39:14 +0800
commitc4488f29abd1339c42a704fb50b07d1210e0f3bc (patch)
treea25208b0a392c23b33fbca24c07360b17a5572c2 /net/beacon/Makefile
parentb05a8fe37751aa289876d113a2ba1f68df128404 (diff)
downloadfreebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.gz
freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.zst
freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/beacon/Makefile')
-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