diff options
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index cd507a83300c..426f8776717e 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -90,7 +90,7 @@ CONFIGURE_ARGS+=--with-hdf5=no .endif .if ${PORT_OPTIONS:MICONV} -CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} +CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} USES+= iconv .else CONFIGURE_ARGS+=--with-libiconv-prefix=no |