diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
commit | 33915fc265aa96a6f8ef355401b4fd1d15adb450 (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /net/beacon | |
parent | 6ab409bf8da652f1e7e058e7c0bafef722181c84 (diff) |
Notes
Diffstat (limited to 'net/beacon')
-rw-r--r-- | net/beacon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/beacon/Makefile b/net/beacon/Makefile index 5be22ba75288..69c86da67053 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} -USE_PERL5= yes + +USES= perl5 USE_AUTOTOOLS= autoconf OPTIONS_DEFINE= IPV6 |