diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-08 23:30:03 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-08 23:30:03 +0000 |
commit | a28f06c9daef832c9581a9cadf2c413fbd8fbda9 (patch) | |
tree | 62872db7007a1c642aa4a8763d4e9e7790565694 /graphics/geos | |
parent | 858cfbc9c67f78f49ea2d9e21d724a0090a4942d (diff) | |
download | FreeBSD-ports-a28f06c9daef832c9581a9cadf2c413fbd8fbda9.zip FreeBSD-ports-a28f06c9daef832c9581a9cadf2c413fbd8fbda9.tar.gz |
Mark broken on 4.x: C++ code does not compile.
Reported by: kris
Approved by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer)
Diffstat (limited to 'graphics/geos')
-rw-r--r-- | graphics/geos/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 90619f9..e201953 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> |