diff options
author | bapt <bapt@FreeBSD.org> | 2016-12-05 22:02:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-12-05 22:02:53 +0800 |
commit | 2e5dbbbcc998656a326cec161c900ffe73c88e38 (patch) | |
tree | a10546be8f9ada1503dce9c61d3c759ed0114e58 /print/gsfonts | |
parent | f5cb71496e7ae8312e63bd0c425d0c23432b0a43 (diff) | |
download | freebsd-ports-gnome-2e5dbbbcc998656a326cec161c900ffe73c88e38.tar.gz freebsd-ports-gnome-2e5dbbbcc998656a326cec161c900ffe73c88e38.tar.zst freebsd-ports-gnome-2e5dbbbcc998656a326cec161c900ffe73c88e38.zip |
Add missing runtime dependencies
PR: 214381
MFH: 2016Q4
Diffstat (limited to 'print/gsfonts')
-rw-r--r-- | print/gsfonts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile index ecd2ce8febcc..754fed876353 100644 --- a/print/gsfonts/Makefile +++ b/print/gsfonts/Makefile @@ -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 \ |