diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:15:57 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:15:57 +0800 |
commit | 9a0d0d88ff90c8f69289203ab7e5ca6aec5c43f1 (patch) | |
tree | ad728da672e76d648b8809aaa3772bb310737d1e /irc | |
parent | 20ff6a2c846a7df0a0633eef159e65023bed895d (diff) | |
download | freebsd-ports-gnome-9a0d0d88ff90c8f69289203ab7e5ca6aec5c43f1.tar.gz freebsd-ports-gnome-9a0d0d88ff90c8f69289203ab7e5ca6aec5c43f1.tar.zst freebsd-ports-gnome-9a0d0d88ff90c8f69289203ab7e5ca6aec5c43f1.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 |