diff options
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 09b1603821b9..5922649ea721 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -44,7 +44,7 @@ GNU_CONFIGURE_ARGS+= --with-fontconfig=no .if ${PORT_OPTIONS:MICONV} USES+= iconv -GNU_CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +GNU_CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .else GNU_CONFIGURE_ARGS+= --without-libiconv GNU_CONFIGURE_ARGS+= --with-libiconv-prefix=no |