diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-06-11 20:31:37 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-06-11 20:31:37 +0000 |
commit | 06e7d5e50642c48a8ac2f0b358f0940e2cf05a69 (patch) | |
tree | e986ad8f3fde45b9fd845c515f0c5e529849360e | |
parent | Update to version 5.14.1 (diff) |
Add USES+=iconv to fix linker issues on FreeBSD 10 amd64 poudriere jail.
Approved by: portmgr blanket approval (just fix it)
-rw-r--r-- | print/cups-pstoraster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index 4c8dd05902c4..d409e10e5b89 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -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 |