aboutsummaryrefslogtreecommitdiff
path: root/irc/epic4
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2014-08-01 20:09:42 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2014-08-01 20:09:42 +0000
commit5545a577323c9230723c9d708d4a3533ee300d9a (patch)
treea157c180495851d370749cf4870e9b168d39c120 /irc/epic4
parent618a2f6d80ee1f3210c276fbbf549af9a1cf899d (diff)
downloadports-5545a577323c9230723c9d708d4a3533ee300d9a.tar.gz
ports-5545a577323c9230723c9d708d4a3533ee300d9a.zip
Fix regression introduced in r363371
If you had the perl dependancy switched off this port was unfetchable. PR: 192283 Submitted by: jdc@koitsu.org
Notes
Notes: svn path=/head/; revision=363762
Diffstat (limited to 'irc/epic4')
-rw-r--r--irc/epic4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index 7f34f06dc4ad..54d747772abc 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -22,6 +22,7 @@ CONFLICTS= epic5-0.[0-2]*
GNU_CONFIGURE= yes
USE_OPENSSL= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
+USES+= tar:bzip2
CFLAGS:= ${CFLAGS:C/-O2/-g -O/g}
OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS
@@ -49,7 +50,7 @@ CONFIGURE_ARGS+= --without-tcl
# SITE_PERL and PERL_VERSION to create the path.
#
.if ${PORT_OPTIONS:MPERL}
-USES+= perl5 tar:bzip2
+USES+= perl5
CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE
.else
CONFIGURE_ARGS+= --without-perl