summaryrefslogtreecommitdiff
path: root/devel/gccxml
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-07-21 08:48:59 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-07-21 08:48:59 +0000
commit84340f79956d88ad79b66ad6ff9f81455a187862 (patch)
tree2533a3dcd784525f191fd9dd7d4364f742770404 /devel/gccxml
parentDocument an issue with the LDAP backend provided by PowerDNS. (diff)
Mark as BROKEN on >= 700000: Configure needs updating
Noticed by: cluster
Notes
Notes: svn path=/head/; revision=139799
Diffstat (limited to 'devel/gccxml')
-rw-r--r--devel/gccxml/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile
index ac87e2d34c45..7ba8b903f638 100644
--- a/devel/gccxml/Makefile
+++ b/devel/gccxml/Makefile
@@ -41,4 +41,8 @@ do-configure:
BROKEN= "Build fails on alpha"
.endif
+.if ${OSVERSION} >= 700000
+BROKEN= "Configure needs updating"
+.endif
+
.include <bsd.port.post.mk>