diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-11 10:54:00 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-11 10:54:00 +0800 |
commit | ba77009c9a033ec99f7661740490de41217523dd (patch) | |
tree | 07df6b11b675951763a647a52f7fcbceb1837315 /irc/epic5/Makefile | |
parent | f3599f4b2ead2de88327a2e6b7785b86e8c4dee0 (diff) | |
download | freebsd-ports-graphics-ba77009c9a033ec99f7661740490de41217523dd.tar.gz freebsd-ports-graphics-ba77009c9a033ec99f7661740490de41217523dd.tar.zst freebsd-ports-graphics-ba77009c9a033ec99f7661740490de41217523dd.zip |
- Update to 0.0.5 [1]
- Narrow down CONFLICTS
- Do not quote the IGNORE message
PR: ports/80872 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 33e816d9eae..0b8fd41cf15 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epic5 -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.5 CATEGORIES= irc ipv6 MASTER_SITES= http://www.tcbug.org/ \ ftp://ftp.epicsol.org/pub/epic/EPIC5-BETA/ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.tcbug.org/ \ MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -CONFLICTS= epic4-* +CONFLICTS= epic4-[0-9]* GNU_CONFIGURE= yes MAN1= epic5.1 @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --with-socks5 # .if defined(WITH_PERL) .if ${PERL_LEVEL} < 500601 -IGNORE= "Perl 5.6.1 or newer is required; we recommend perl 5.8.5" +IGNORE= Perl 5.6.1 or newer is required; we recommend perl 5.8.5 .endif USE_PERL5= yes CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE |