diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:15:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:15:57 +0800 |
commit | b4902dc0c7eebcd57141718c1cf33f580fb8f955 (patch) | |
tree | 55a146600ac1052ea64c1e7d726d4f38411b70b8 /irc | |
parent | a8eb27c6ff695eef083389d41a841bc69177d39f (diff) | |
download | freebsd-ports-gnome-b4902dc0c7eebcd57141718c1cf33f580fb8f955.tar.gz freebsd-ports-gnome-b4902dc0c7eebcd57141718c1cf33f580fb8f955.tar.zst freebsd-ports-gnome-b4902dc0c7eebcd57141718c1cf33f580fb8f955.zip |
BROKEN on 4.x: does not build
Diffstat (limited to 'irc')
-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 |