aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gossip
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-04-01 14:17:40 +0800
committermarcus <marcus@FreeBSD.org>2006-04-01 14:17:40 +0800
commit0b621c66e88e37f736a7a15fbb90bfa688001377 (patch)
tree3e68b4814c056ba80a8b4d761656a565315aef23 /net-im/gossip
parent29fcf6ee1fe6a178be32194ad235c067ca7e62d0 (diff)
downloadfreebsd-ports-gnome-0b621c66e88e37f736a7a15fbb90bfa688001377.tar.gz
freebsd-ports-gnome-0b621c66e88e37f736a7a15fbb90bfa688001377.tar.zst
freebsd-ports-gnome-0b621c66e88e37f736a7a15fbb90bfa688001377.zip
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'net-im/gossip')
-rw-r--r--net-im/gossip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile
index 6f63ea73bf15..870656b207de 100644
--- a/net-im/gossip/Makefile
+++ b/net-im/gossip/Makefile
@@ -34,6 +34,10 @@ OPTIONS= NOTIFY "Enable libnotify support" on
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not build on 4.X
+.endif
+
.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
.else