aboutsummaryrefslogtreecommitdiffstats
path: root/mbone
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-11 06:53:53 +0800
committerpav <pav@FreeBSD.org>2007-12-11 06:53:53 +0800
commit1c3b2680befb3d1437b13fc7cd6aab2b210418aa (patch)
treebc7fb5a6f3f9ebd47bca9cc0527ee4dfe7be40ff /mbone
parent65cd5ec70687ad514716306f6b9fdbfc3e399d48 (diff)
downloadfreebsd-ports-gnome-1c3b2680befb3d1437b13fc7cd6aab2b210418aa.tar.gz
freebsd-ports-gnome-1c3b2680befb3d1437b13fc7cd6aab2b210418aa.tar.zst
freebsd-ports-gnome-1c3b2680befb3d1437b13fc7cd6aab2b210418aa.zip
- Mark BROKEN on 7.0
Reported by: pointyhat Approved by: portmgr (hat)
Diffstat (limited to 'mbone')
-rw-r--r--mbone/sdr/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile
index a05f351b6f64..c14b6e4eb4d8 100644
--- a/mbone/sdr/Makefile
+++ b/mbone/sdr/Makefile
@@ -26,4 +26,10 @@ USE_X_PREFIX= yes
post-extract:
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>