svn commit: r326312 - in head/print/ghostscript9-agpl: . files

Hiroki Sato hrs at FreeBSD.org
Wed Sep 4 18:57:19 UTC 2013


Author: hrs
Date: Wed Sep  4 18:57:18 2013
New Revision: 326312
URL: http://svnweb.freebsd.org/changeset/ports/326312

Log:
  Fix build.
  
  Reported by:	pkg-fallout

Modified:
  head/print/ghostscript9-agpl/Makefile
  head/print/ghostscript9-agpl/files/Makefile.drivers_post

Modified: head/print/ghostscript9-agpl/Makefile
==============================================================================
--- head/print/ghostscript9-agpl/Makefile	Wed Sep  4 18:50:42 2013	(r326311)
+++ head/print/ghostscript9-agpl/Makefile	Wed Sep  4 18:57:18 2013	(r326312)
@@ -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 at 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

Modified: head/print/ghostscript9-agpl/files/Makefile.drivers_post
==============================================================================
--- head/print/ghostscript9-agpl/files/Makefile.drivers_post	Wed Sep  4 18:50:42 2013	(r326311)
+++ head/print/ghostscript9-agpl/files/Makefile.drivers_post	Wed Sep  4 18:57:18 2013	(r326312)
@@ -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


More information about the svn-ports-all mailing list