diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2008-12-17 11:22:22 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2008-12-17 11:22:22 +0800 |
commit | 9ddfe44ca6b624905f2186ac52122d769ad347aa (patch) | |
tree | 8b8039037ee55c583219a00156494914b792138f /irc/epic5/Makefile | |
parent | cc2212fa4b4cbcf20c70f6915e4b3e6cf300988f (diff) | |
download | freebsd-ports-gnome-9ddfe44ca6b624905f2186ac52122d769ad347aa.tar.gz freebsd-ports-gnome-9ddfe44ca6b624905f2186ac52122d769ad347aa.tar.zst freebsd-ports-gnome-9ddfe44ca6b624905f2186ac52122d769ad347aa.zip |
update to 0.9.1, and fix perl linkage issues
Approved by: linimon (portmgr)
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index a71bcfc24cec..ec7cf12ec0b5 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epic5 -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \ http://tehran.lain.pl/epic-mirror/EPIC5-BETA/ \ @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --without-tcl # .if defined(WITH_PERL) USE_PERL5= yes -CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE +CONFIGURE_ARGS+= --with-perl .else CONFIGURE_ARGS+= --without-perl .endif |