diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-13 07:29:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-13 07:29:23 +0000 |
commit | a0e3a12b6e656ee8d41c215cf2c6b63c2ddbb8ac (patch) | |
tree | 7d1535f50b812ea320eda2c51e7d586d61a2f562 /graphics/gdal-grass | |
parent | - Don't force use of gcc (diff) |
Mark broken: Fails to configure
user supplied gdal-config (/usr/local/bin/gdal-config)
using /usr/local/lib/gdalplugins as GDAL shared library autoload directory
checking for G_asprintf in -lgrass_gis... no
configure: error: --with-grass=/usr/local/grass-6.4.2 requested, but libraries not found! Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/grass-6.4.2/lib?
===> Script "configure" failed unexpectedly.
Note: bumping from 6.4.2 to 6.4.3 or 6.4.3/lib doesn't fix
With hat: portmgr
Diffstat (limited to 'graphics/gdal-grass')
-rw-r--r-- | graphics/gdal-grass/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 25422a053f3a..5111151c63a9 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://download.osgeo.org/gdal/ MAINTAINER= ports@FreeBSD.org COMMENT= GDAL drivers for GRASS raster and vector files +BROKEN= Fails to configure + BUILD_DEPENDS= grass>6:${PORTSDIR}/databases/grass LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal RUN_DEPENDS= grass>6:${PORTSDIR}/databases/grass |