diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-13 23:36:45 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-09-13 23:36:45 +0000 |
commit | 0b3da8c79c80795126e216954b18291047315961 (patch) | |
tree | cb890cbf02753a51263acc8e2df899b6dbcf79be /japanese/font-ricty | |
parent | c716728e4a1cae2ad6028534945293e137836147 (diff) |
Fix fonts.dir by using fonts:fc and style consistency.
Notes
Notes:
svn path=/head/; revision=396873
Diffstat (limited to 'japanese/font-ricty')
-rw-r--r-- | japanese/font-ricty/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/font-ricty/Makefile b/japanese/font-ricty/Makefile index d000ed842014..700e3e6fcab8 100644 --- a/japanese/font-ricty/Makefile +++ b/japanese/font-ricty/Makefile @@ -3,20 +3,19 @@ PORTNAME= ricty PORTVERSION= 3.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts PKGNAMEPREFIX= ja-font- MAINTAINER?= meta+ports@vmeta.jp COMMENT?= Ricty - fonts for programming -RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig BUILD_DEPENDS= ${LOCALBASE}/share/fonts/inconsolata/Inconsolata.otf:${PORTSDIR}/x11-fonts/inconsolata-ttf \ ${LOCALBASE}/share/fonts/TTF/migu-1m-regular.ttf:${PORTSDIR}/japanese/font-migu \ ${LOCALBASE}/share/fonts/TTF/migu-1m-bold.ttf:${PORTSDIR}/japanese/font-migu \ fontforge:${PORTSDIR}/print/fontforge -USES= fonts +USES= fonts:fc USE_GITHUB= yes GH_ACCOUNT= yascentur GH_PROJECT= Ricty |