aboutsummaryrefslogtreecommitdiff
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
parentefb02e0f6e60861fe1cc1ad88ade9c8b53a0e1e4 (diff)
downloadports-9629e988aad6f56a2f18ad691c43694281c43b5f.tar.gz
ports-9629e988aad6f56a2f18ad691c43694281c43b5f.zip
Notes
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>