summaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-20 13:19:55 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-20 13:19:55 +0000
commitc6f4b6c188f44108bf567be5a8e69f00defca2ed (patch)
treeedc660a02cdb5246b7c28aad17f6f0883c570e82 /graphics/gdal
parentUpdate to 1.2 (diff)
GDAL now builds on 4.x by disabling pcraster support.
Thanks to: Frank Warmerdam, Benjamin Thelen, Paul Warriner
Notes
Notes: svn path=/head/; revision=151631
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 65b4c2fbac1f..39331a501e31 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -49,7 +49,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "C++ code does not compile on 4.x"
+CONFIGURE_ARGS+=--without-pcraster
.endif
.include <bsd.port.post.mk>