Date: Mon, 5 Dec 2016 14:02:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427895 - head/print/gsfonts Message-ID: <201612051402.uB5E2swa018965@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 5 14:02:53 2016 New Revision: 427895 URL: https://svnweb.freebsd.org/changeset/ports/427895 Log: Add missing runtime dependencies PR: 214381 MFH: 2016Q4 Modified: head/print/gsfonts/Makefile Modified: head/print/gsfonts/Makefile ============================================================================== --- head/print/gsfonts/Makefile Mon Dec 5 13:56:48 2016 (r427894) +++ head/print/gsfonts/Makefile Mon Dec 5 14:02:53 2016 (r427895) @@ -3,7 +3,7 @@ PORTNAME= gsfonts PORTVERSION= 8.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print x11-fonts MASTER_SITES= SF/gs-fonts/gs-fonts/${PORTVERSION}%20%28base%2035%2C%20GPL%29/:std \ SF/gs-fonts/gs-fonts/6.0%20%28misc%2C%20GPL%29/:other @@ -19,6 +19,9 @@ NO_BUILD= yes PLIST_SUB= FONTSDIR="${FONTSDIR:S|${STAGEDIR}${PREFIX}/||}" OPTIONS_DEFINE= DOCS +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:japanese/font-std \ + ${LOCALBASE}/share/fonts/std.zh_CN/STSong-Light:chinese/font-std \ + FONTSDIR= ${STAGEDIR}${PREFIX}/share/ghostscript/fonts CJKFONTS?= std.ja_JP/Ryumin-Light \ std.ja_JP/GothicBBB-Medium \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612051402.uB5E2swa018965>