aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-DHCPClient
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2012-06-04 02:58:50 +0800
committersem <sem@FreeBSD.org>2012-06-04 02:58:50 +0800
commit5a487e93e1b8307bd972c79b7145e69d01610238 (patch)
tree5675a56246afa43f1f46561b7dbcef8ac7f3bfd7 /net/p5-Net-DHCPClient
parent20c87248173e86c87df5e40a851cc97d4e96c62a (diff)
downloadfreebsd-ports-gnome-5a487e93e1b8307bd972c79b7145e69d01610238.tar.gz
freebsd-ports-gnome-5a487e93e1b8307bd972c79b7145e69d01610238.tar.zst
freebsd-ports-gnome-5a487e93e1b8307bd972c79b7145e69d01610238.zip
- Don't depend on path in RUN_DEPENDS.
Requested by: az Feature safe: Yes
Diffstat (limited to 'net/p5-Net-DHCPClient')
-rw-r--r--net/p5-Net-DHCPClient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-DHCPClient/Makefile b/net/p5-Net-DHCPClient/Makefile
index 909563d096ea..0b1f3afd0756 100644
--- a/net/p5-Net-DHCPClient/Makefile
+++ b/net/p5-Net-DHCPClient/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sem@FreeBSD.org
COMMENT= A Perl implementation of a DHCP client API
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
+RUN_DEPENDS+= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}