aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 23:05:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 23:05:01 +0000
commitba774ae640ba835e7a4bf27c4e0eef3e89c627e0 (patch)
treec866ace85b20afd526a02e9b8653d1f353894efb /net
parente4a818b24c9b7131ce373ffb4987ef9dd54292ec (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100189
Diffstat (limited to 'net')
-rw-r--r--net/arts++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/arts++/Makefile b/net/arts++/Makefile
index add6ac20ff94..1325854e2a91 100644
--- a/net/arts++/Makefile
+++ b/net/arts++/Makefile
@@ -26,4 +26,10 @@ MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
artsasagg.l artsportms.l artsportmagg.l artsintfms.l \
artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>