diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
commit | 0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch) | |
tree | fe4d654de9040e3451da08f6eb2865c73df28369 /net-p2p | |
parent | c4488f29abd1339c42a704fb50b07d1210e0f3bc (diff) | |
download | freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitflu/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 87fbd4f23346..2dc834193dff 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -35,7 +35,7 @@ OPTIONS= IPV6 "Enable functionality over IPv6 transport" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_IPV6) -RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 +RUN_DEPENDS+= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif post-patch: diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile index 03792de30b6c..d7d26923e664 100644 --- a/net-p2p/p5-WWW-BitTorrent/Makefile +++ b/net-p2p/p5-WWW-BitTorrent/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Search and Download .torrent(s) files from BitTorrents boards -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |