aboutsummaryrefslogtreecommitdiff
path: root/irc/weechat-devel
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2006-08-10 14:47:13 +0000
committerAndrej Zverev <az@FreeBSD.org>2006-08-10 14:47:13 +0000
commit209521709485a2299e648f9d2da0954f66c22200 (patch)
tree804270aca6475cdf8c31cfc374459e470f43d2b0 /irc/weechat-devel
parentda762a85a4cc8f34f13f99449e87425b78c90950 (diff)
downloadports-209521709485a2299e648f9d2da0954f66c22200.tar.gz
ports-209521709485a2299e648f9d2da0954f66c22200.zip
Mark as BROKEN on 4.x
Notes
Notes: svn path=/head/; revision=170278
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r--irc/weechat-devel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index c267941ea2bb..db1fa6e4da48 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.1.9
-PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@@ -65,6 +65,10 @@ CONFIGURE_ARGS+= --disable-gnu-tls
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= this port does not compile on FreeBSD 4.x.
+.endif
+
.if defined(WITH_PERL)
.if ${PERL_LEVEL} < 500600
IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again