aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9/files/Makefile.drivers_post
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript9/files/Makefile.drivers_post')
-rw-r--r--print/ghostscript9/files/Makefile.drivers_post2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post
index 09230870cc8c..8e8c4edf2163 100644
--- a/print/ghostscript9/files/Makefile.drivers_post
+++ b/print/ghostscript9/files/Makefile.drivers_post
@@ -110,7 +110,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}}
.endfor
.if defined(_ICONV_DEVS)
-USE_ICONV= yes
+USES+= iconv
CONFIGURE_ARGS+=--with-libiconv=gnu
EXTRALIBS+= -liconv
.else