aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-09-04 18:57:18 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-09-04 18:57:18 +0000
commit0e529fa27cbc06a1580484989b463fd70da7fd15 (patch)
treec1f039419b8f0743cc6dd479df3cd144aeb19848 /print
parentaf38901ba6b159344d5d01cc0291eabc5d072c4e (diff)
downloadports-0e529fa27cbc06a1580484989b463fd70da7fd15.tar.gz
ports-0e529fa27cbc06a1580484989b463fd70da7fd15.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript9-agpl/Makefile4
-rw-r--r--print/ghostscript9-agpl/files/Makefile.drivers_post2
2 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript9-agpl/Makefile b/print/ghostscript9-agpl/Makefile
index 2b146ec0ce5d..e6d184bb5158 100644
--- a/print/ghostscript9-agpl/Makefile
+++ b/print/ghostscript9-agpl/Makefile
@@ -13,7 +13,7 @@ PKGNAMESUFFIX= 9-agpl
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gs_srcs ${EPAG_SRCS}:epag
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_AFTER_ARGS= | ${TAR} -xpf - ${EXCLUDE_DIRS:S/^/--exclude /}
+EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /}
MAINTAINER= doceng@FreeBSD.org
COMMENT= Ghostscript 9.x PostScript interpreter
@@ -35,8 +35,8 @@ CONFLICTS_INSTALL= \
ghostscript[789]-[0-9]* \
ghostscript[789]-nox11-[0-9]*
+USES= gmake
USE_BZIP2= yes
-USE_GMAKE= yes
WANT_GNOME= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf
diff --git a/print/ghostscript9-agpl/files/Makefile.drivers_post b/print/ghostscript9-agpl/files/Makefile.drivers_post
index 0c80c084a449..76e71f71df0e 100644
--- a/print/ghostscript9-agpl/files/Makefile.drivers_post
+++ b/print/ghostscript9-agpl/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