aboutsummaryrefslogtreecommitdiff
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
parent8eb060fe5c17bef80bade026d615aecd26302f9b (diff)
downloadports-84340f79956d88ad79b66ad6ff9f81455a187862.tar.gz
ports-84340f79956d88ad79b66ad6ff9f81455a187862.zip
Notes
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>