summaryrefslogtreecommitdiff
path: root/irc/epic4
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-02-24 10:32:19 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-02-24 10:32:19 +0000
commit0b33db8efad3e63c6dad2aed86ff57d1e8eb4fb4 (patch)
tree97185f1be532b5395171b999c3b05c34e8abff8c /irc/epic4
parentDrop support for old Perl. (diff)
Use PERL_VERSION instead of PERL_VER.
Notes
Notes: svn path=/head/; revision=228985
Diffstat (limited to 'irc/epic4')
-rw-r--r--irc/epic4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index 63bad5a48e86..cf9d8c8011ac 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -60,11 +60,11 @@ CONFIGURE_ARGS+= --without-tcl
# The path provided to --with-perl is needed, since the configure script
# looks for libperl.so in places very specific to Linux. Possibly a
# patch to configure would be a better idea, but we need to rely on
-# SITE_PERL and PERL_VER to create the path.
+# SITE_PERL and PERL_VERSION to create the path.
#
.if defined(WITH_PERL)
USE_PERL5= yes
-CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE
+CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE
.else
CONFIGURE_ARGS+= --without-perl
.endif