aboutsummaryrefslogtreecommitdiff
path: root/irc/epic4
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-16 15:42:40 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-16 15:42:40 +0000
commit778e2d35510d4f8fa6bbae934b313771189e4268 (patch)
tree8ecfcfa3b923a4f09a3d580a3446ab33b76fbaf7 /irc/epic4
parent75d35af0e220d4367a5e644a5beec438f7c4c275 (diff)
downloadports-778e2d35510d4f8fa6bbae934b313771189e4268.tar.gz
ports-778e2d35510d4f8fa6bbae934b313771189e4268.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327410
Diffstat (limited to 'irc/epic4')
-rw-r--r--irc/epic4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index 30afca34b5f2..c99d2aabf0be 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -23,7 +23,6 @@ USE_OPENSSL= yes
SUB_FILES= pkg-message
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
@@ -51,7 +50,7 @@ CONFIGURE_ARGS+= --without-tcl
# SITE_PERL and PERL_VERSION to create the path.
#
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES+= perl5
CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE
.else
CONFIGURE_ARGS+= --without-perl