aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-27 22:09:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-27 22:09:15 +0000
commit56c5e147c5396562dca765fc853f6536e148caf3 (patch)
tree109572ce53c493535c15b3fea78d257250399f06 /print/ghostscript9
parent81ac72867fea511ae2ea47fc25f31fdab9b56331 (diff)
downloadports-56c5e147c5396562dca765fc853f6536e148caf3.tar.gz
ports-56c5e147c5396562dca765fc853f6536e148caf3.zip
Convert the last USE_ICONV to USES=iconv
Notes
Notes: svn path=/head/; revision=316695
Diffstat (limited to 'print/ghostscript9')
-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