aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cromwell
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/cromwell
parent8ebeac3f7404ac8f2a650dec44d9c61d56c79e77 (diff)
downloadports-c188958f6231d449f5abf429342cd5c5445ef9ac.tar.gz
ports-c188958f6231d449f5abf429342cd5c5445ef9ac.zip
Notes
Diffstat (limited to 'sysutils/cromwell')
-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>