summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-02-09 11:55:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-02-09 11:55:08 +0000
commitc188958f6231d449f5abf429342cd5c5445ef9ac (patch)
tree56bdb1d3b09c6028decebc2228b7849662e83813 /sysutils
parent- udate to 1.0.PreAlpha24.0. (diff)
Mark BROKEN: does not build with GCC 4.2
Notes
Notes: svn path=/head/; revision=206944
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cromwell/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/cromwell/Makefile b/sysutils/cromwell/Makefile
index 860031c0f8f2..fe9c608f163c 100644
--- a/sysutils/cromwell/Makefile
+++ b/sysutils/cromwell/Makefile
@@ -56,4 +56,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= Does not build with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>