aboutsummaryrefslogtreecommitdiffstats
path: root/irc/weechat
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2006-08-10 22:47:13 +0800
committeraz <az@FreeBSD.org>2006-08-10 22:47:13 +0800
commit8e36524c783dfe487b4b8d9f61324a4ccc9eb7d2 (patch)
treece77aeb0b5c18738210e74efe23c9f61d3605400 /irc/weechat
parenta92259e57f02a182b19d8812e98a239a6947a6c5 (diff)
downloadfreebsd-ports-gnome-8e36524c783dfe487b4b8d9f61324a4ccc9eb7d2.tar.gz
freebsd-ports-gnome-8e36524c783dfe487b4b8d9f61324a4ccc9eb7d2.tar.zst
freebsd-ports-gnome-8e36524c783dfe487b4b8d9f61324a4ccc9eb7d2.zip
Mark as BROKEN on 4.x
Diffstat (limited to 'irc/weechat')
-rw-r--r--irc/weechat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index c267941ea2bb..db1fa6e4da48 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/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