From d767f0728d3efeb994fab115409d2613056d4dcb Mon Sep 17 00:00:00 2001 From: az Date: Thu, 28 Jun 2012 18:37:23 +0000 Subject: - Remove SITE_PERL from *_DEPENDS --- net/ctrace/Makefile | 6 +++--- net/hinfo/Makefile | 2 +- net/radiator/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net') diff --git a/net/ctrace/Makefile b/net/ctrace/Makefile index ed366bd8fa69..47e6df94b68f 100644 --- a/net/ctrace/Makefile +++ b/net/ctrace/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= http://www.pratyeka.org/ctrace/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Multiprotocol traceroute tool -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP +RUN_DEPENDS= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww NO_BUILD= yes USE_PERL5= yes diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile index 894192147b75..cde2f7f85dcd 100644 --- a/net/hinfo/Makefile +++ b/net/hinfo/Makefile @@ -17,7 +17,7 @@ MASTER_SITES= http://www.lonesome.com/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility primarily designed to find the owner of an IP block -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ wget:${PORTSDIR}/ftp/wget USE_PERL5_RUN= yes diff --git a/net/radiator/Makefile b/net/radiator/Makefile index ea012188a03c..a339ce63937a 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -41,7 +41,7 @@ IGNORE= will not be automatically fetched due to licensing\ .endif .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif pre-configure: -- cgit