diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-10-04 13:06:54 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-10-04 13:06:54 +0000 |
commit | ed73823d240fe8dbf800d8a860794f7711a9e72b (patch) | |
tree | 86c173aa8f3b19b259b79b3f4f9a9e2fe6ad2719 /graphics/gdal | |
parent | e3cb2f64ce8c83a19bb9fef5d089341b26e2fda7 (diff) |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index c4dd30e571e9..cc1dd80abb28 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -61,6 +61,7 @@ HDF5_LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} ICONV_USES= iconv +ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB} JASPER_CONFIGURE_OFF= --with-jasper=no JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper |