diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-01 06:17:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-01 06:17:40 +0000 |
commit | 0c61e4b52ab90dcd87b1da2a006b7e06dd9530c7 (patch) | |
tree | f30cbeb2b961d2d232a78805986338a272235dfa /net-im | |
parent | databases/mantis has been restored. (diff) |
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=158528
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gossip/Makefile | 4 |
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 |