summaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-16 17:03:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-16 17:03:42 +0000
commita5341091eb73a3b0935daf8915c7f79139235548 (patch)
tree9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /irc/epic5
parentConvert to new perl framework (diff)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327418
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index ba8ca2fd6ad7..cc2796d9e5b9 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -22,7 +22,6 @@ MAN1= epic5.1
USE_OPENSSL= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
USE_BZIP2= yes
-WANT_PERL= yes
CFLAGS:= ${CFLAGS:C/-O2/-g -O/g}
OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS RUBY
@@ -48,7 +47,7 @@ CONFIGURE_ARGS+= --without-tcl
# enable perl5 support (requires perl 5.6.1 or newer)
#
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES+= perl5
CONFIGURE_ARGS+= --with-perl
.else
CONFIGURE_ARGS+= --without-perl