aboutsummaryrefslogtreecommitdiff
path: root/irc/epic4
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-07 13:51:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-07 13:51:10 +0000
commitd291ad32ca54429842a7a594342f33ff75d3eac8 (patch)
tree64a7b88cfefd6ac82e406551ff221ca21bbf2868 /irc/epic4
parentf5fd2da69c27290667cdeb190255f12a9cf88442 (diff)
downloadports-d291ad32ca54429842a7a594342f33ff75d3eac8.tar.gz
ports-d291ad32ca54429842a7a594342f33ff75d3eac8.zip
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r--irc/epic4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index 54d747772abc..2f09aa79075b 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --without-tcl
#
.if ${PORT_OPTIONS:MPERL}
USES+= perl5
-CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE
+CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/${PERL_ARCH}/CORE
.else
CONFIGURE_ARGS+= --without-perl
.endif