aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript9-agpl
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-09-05 02:57:18 +0800
committerhrs <hrs@FreeBSD.org>2013-09-05 02:57:18 +0800
commit57661e7067ddc8a6c9eac8e5a3160e181f638d90 (patch)
treec1f039419b8f0743cc6dd479df3cd144aeb19848 /print/ghostscript9-agpl
parent89d7f41c2ccbab78ba43d40a1b0fc6a3b82ff69f (diff)
downloadfreebsd-ports-gnome-57661e7067ddc8a6c9eac8e5a3160e181f638d90.tar.gz
freebsd-ports-gnome-57661e7067ddc8a6c9eac8e5a3160e181f638d90.tar.zst
freebsd-ports-gnome-57661e7067ddc8a6c9eac8e5a3160e181f638d90.zip
Fix build.
Reported by: pkg-fallout
Diffstat (limited to 'print/ghostscript9-agpl')
-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