diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-11 23:56:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-11 23:56:21 +0800 |
commit | 7ada148c493d79adc6954b3252e74b8c31963c31 (patch) | |
tree | 10bc1ab8ee8d72bcdb4a1000427e3dc8d447dd54 /net-p2p/uhub | |
parent | 72378c503a1a618f7b925d5b9c0b433b4b91a078 (diff) | |
download | freebsd-ports-gnome-7ada148c493d79adc6954b3252e74b8c31963c31.tar.gz freebsd-ports-gnome-7ada148c493d79adc6954b3252e74b8c31963c31.tar.zst freebsd-ports-gnome-7ada148c493d79adc6954b3252e74b8c31963c31.zip |
- Fix Perl dependency: use USE_PERL5_BUILD instead of USE_PERL5
PR: ports/151391
Submitted by: Aragon Gouveia <aragon@phat.za.net>
Approved by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer), pgollucci (mentor, implicit)
Diffstat (limited to 'net-p2p/uhub')
-rw-r--r-- | net-p2p/uhub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index f143830bc198..aaad2b3e9c54 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= yashin.dm@gmail.com COMMENT= High performance peer-to-peer hub for the ADC network -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes USE_RC_SUBR= uhub.sh |