aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript8
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-28 06:09:15 +0800
committerbapt <bapt@FreeBSD.org>2013-04-28 06:09:15 +0800
commit177a9929fbd5fb598a4b665b0ded35e126c7b7b2 (patch)
tree109572ce53c493535c15b3fea78d257250399f06 /print/ghostscript8
parent5441c7fbcce01b7c3667e021d36563cdde036ae0 (diff)
downloadfreebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.gz
freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.zst
freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.zip
Convert the last USE_ICONV to USES=iconv
Diffstat (limited to 'print/ghostscript8')
-rw-r--r--print/ghostscript8/files/Makefile.drivers_post2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/files/Makefile.drivers_post b/print/ghostscript8/files/Makefile.drivers_post
index ee68a8ffaafd..0f3a0271232d 100644
--- a/print/ghostscript8/files/Makefile.drivers_post
+++ b/print/ghostscript8/files/Makefile.drivers_post
@@ -108,7 +108,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