Date: Fri, 20 Jun 2014 11:09:05 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358554 - head/print/ghostscript8 Message-ID: <201406201109.s5KB95QD046212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 20 11:09:05 2014 New Revision: 358554 URL: http://svnweb.freebsd.org/changeset/ports/358554 QAT: https://qat.redports.org/buildarchive/r358554/ Log: - Convert USE_XZ to USES - Fix shebang Approved by: portmgr blanket Modified: head/print/ghostscript8/Makefile Modified: head/print/ghostscript8/Makefile ============================================================================== --- head/print/ghostscript8/Makefile Fri Jun 20 11:07:24 2014 (r358553) +++ head/print/ghostscript8/Makefile Fri Jun 20 11:09:05 2014 (r358554) @@ -37,8 +37,8 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USE_XZ= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:xz shebangfix +SHEBANG_FILES= ${WRKSRC}/lib/fixmswrd.pl WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201109.s5KB95QD046212>