diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /net | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'net')
-rw-r--r-- | net/ctrace/Makefile | 6 | ||||
-rw-r--r-- | net/hinfo/Makefile | 2 | ||||
-rw-r--r-- | net/radiator/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
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: |