diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /irc/epic4 | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 2f09aa79075b..debb8ca2d760 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -3,6 +3,7 @@ PORTNAME= epic4 PORTVERSION= 2.10.5 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -51,7 +52,7 @@ CONFIGURE_ARGS+= --without-tcl # .if ${PORT_OPTIONS:MPERL} USES+= perl5 -CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/${PERL_ARCH}/CORE +CONFIGURE_ARGS+= --with-perl=${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/CORE .else CONFIGURE_ARGS+= --without-perl .endif |