diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 10:32:19 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 10:32:19 +0000 |
commit | 0b33db8efad3e63c6dad2aed86ff57d1e8eb4fb4 (patch) | |
tree | 97185f1be532b5395171b999c3b05c34e8abff8c /irc/epic4 | |
parent | fc146f7ad7ab14da81fbc51dbff8d650b8b9877b (diff) | |
download | ports-0b33db8efad3e63c6dad2aed86ff57d1e8eb4fb4.tar.gz ports-0b33db8efad3e63c6dad2aed86ff57d1e8eb4fb4.zip |
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 4 |
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 |