diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-08 23:30:03 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-08 23:30:03 +0000 |
commit | 9629e988aad6f56a2f18ad691c43694281c43b5f (patch) | |
tree | a7e2afb6579d0b8e27d691cb875b6eeacd3b9e2f /graphics/geos | |
parent | efb02e0f6e60861fe1cc1ad88ade9c8b53a0e1e4 (diff) |
Notes
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 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> |