diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:15:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:15:57 +0000 |
commit | 9a0d0d88ff90c8f69289203ab7e5ca6aec5c43f1 (patch) | |
tree | ad728da672e76d648b8809aaa3772bb310737d1e /irc/nethirc | |
parent | BROKEN: Checksum mismatch (diff) |
BROKEN on 4.x: does not build
Diffstat (limited to 'irc/nethirc')
-rw-r--r-- | irc/nethirc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index 60815a52c680..7f75dd93acde 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -17,6 +17,10 @@ COMMENT= Perl-based irc client that uses Net::IRC .include <bsd.port.pre.mk> RUN_DEPENDS= ${SITE_PERL}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC +.if ${OSVERSION} < 500000 +BROKEN= "Does not build" +.endif + NO_BUILD= yes USE_PERL5= yes MAN1= nethirc.1 nhirc.1 |