aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-01 12:28:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-01 12:28:40 +0000
commitd63afc12a8c9803253071f6fdb2fbbd57f723f63 (patch)
treed91003b390cbbe846cf2daa70e6540c978e1a025 /graphics/gdal/Makefile
parent0485bffe3c32219f40fa6a973be0b3ee9574dfc7 (diff)
downloadports-d63afc12a8c9803253071f6fdb2fbbd57f723f63.tar.gz
ports-d63afc12a8c9803253071f6fdb2fbbd57f723f63.zip
- Fix ICONV option
Notes
Notes: svn path=/head/; revision=349846
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r--graphics/gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 41d9d04ba4b1..420c08db4085 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -70,7 +70,7 @@ HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE}
HDF5_LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18
ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no
ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG}
-ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB}
+ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB}
ICONV_USES= iconv
JASPER_CONFIGURE_OFF= --with-jasper=no
JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE}