summaryrefslogtreecommitdiff
path: root/graphics/geos
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-08 23:30:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-08 23:30:03 +0000
commit9629e988aad6f56a2f18ad691c43694281c43b5f (patch)
treea7e2afb6579d0b8e27d691cb875b6eeacd3b9e2f /graphics/geos
parent- Fix build in tinderbox (diff)
Mark broken on 4.x: C++ code does not compile.
Reported by: kris Approved by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer)
Notes
Notes: svn path=/head/; revision=150688
Diffstat (limited to 'graphics/geos')
-rw-r--r--graphics/geos/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile
index 90619f9655ff..e2019536a1c4 100644
--- a/graphics/geos/Makefile
+++ b/graphics/geos/Makefile
@@ -23,4 +23,10 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= YES
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "C++ code does not compile on 4.x"
+.endif
+
+.include <bsd.port.post.mk>