svn commit: r389249 - head/print/cups-pstoraster

Matthias Andree mandree at FreeBSD.org
Thu Jun 11 20:31:38 UTC 2015


Author: mandree
Date: Thu Jun 11 20:31:37 2015
New Revision: 389249
URL: https://svnweb.freebsd.org/changeset/ports/389249

Log:
  Add USES+=iconv to fix linker issues on FreeBSD 10 amd64 poudriere jail.
  
  Approved by: portmgr blanket approval (just fix it)

Modified:
  head/print/cups-pstoraster/Makefile

Modified: head/print/cups-pstoraster/Makefile
==============================================================================
--- head/print/cups-pstoraster/Makefile	Thu Jun 11 19:58:53 2015	(r389248)
+++ head/print/cups-pstoraster/Makefile	Thu Jun 11 20:31:37 2015	(r389249)
@@ -23,7 +23,7 @@ WRKSRC=		${WRKDIR}/espgs-${PORTVERSION}
 
 DATADIR=	${PREFIX}/share/espgs
 
-USES=		gmake tar:bzip2
+USES=		gmake iconv tar:bzip2
 # We just need the ghostscript fonts, nothing more
 USE_GHOSTSCRIPT_RUN=	yes
 GNU_CONFIGURE=		yes


More information about the svn-ports-head mailing list