diff options
author | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
commit | 4258fa7831c79d69f262e8317a02a9b88f93783a (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac /net-p2p | |
parent | 660aeced15c82ec76d0a069f8330817bd38edf20 (diff) | |
download | freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.gz freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.zst freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.zip |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/vuze/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile index edc9a877ac12..e87ba4535299 100644 --- a/net-p2p/p5-Net-BitTorrent/Makefile +++ b/net-p2p/p5-Net-BitTorrent/Makefile @@ -15,10 +15,9 @@ COMMENT= BitTorrent peer-to-peer protocol class RUN_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt CONFIGURE_ARGS= </dev/null -PORTSCOUT= skipv:0.074000_012 +PORTSCOUT= skipv:0.074000_012 USES= perl5 USE_PERL5= modbuild .include <bsd.port.mk> - diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index f8dfca7c65ea..dcb1d57d39bf 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -70,4 +70,3 @@ do-install: .endfor .include <bsd.port.mk> - |