diff options
author | delphij <delphij@FreeBSD.org> | 2017-02-19 14:57:06 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2017-02-19 14:57:06 +0800 |
commit | b94d288194343ceeeb617aff65e1a8f54ea00521 (patch) | |
tree | 0463f934a125b71610de2cc853196ea39abe89a6 /x11-fonts | |
parent | a5bca83984a77e495fdcfcacdcf8a6132843366b (diff) | |
download | freebsd-ports-gnome-b94d288194343ceeeb617aff65e1a8f54ea00521.tar.gz freebsd-ports-gnome-b94d288194343ceeeb617aff65e1a8f54ea00521.tar.zst freebsd-ports-gnome-b94d288194343ceeeb617aff65e1a8f54ea00521.zip |
Enable autohint. [1]
While I'm there, also add LICENSE and NO_ARCH.
Submitted by: intron at intron ac [1]
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/wqy/Makefile | 5 | ||||
-rw-r--r-- | x11-fonts/wqy/files/85-wqy.conf | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index 0862b7387cb0..ecbb07c0075c 100644 --- a/x11-fonts/wqy/Makefile +++ b/x11-fonts/wqy/Makefile @@ -3,7 +3,7 @@ PORTNAME= wqy-fonts PORTVERSION= 20100803 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= SF/wqy/wqy-bitmapfont/1.0.0-RC1:bitmapfont \ @@ -20,12 +20,15 @@ DISTFILES= wqy-bitmapsong-pcf-1.0.0-RC1.tar.gz:bitmapfont \ MAINTAINER= ports@FreeBSD.org COMMENT= GNU GPL-licensed font set covering CJK and other Unicode characters +LICENSE= GPLv2 + BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf USE_XORG= x11 USES= fonts perl5 USE_PERL5= build NO_WRKSUBDIR= yes +NO_ARCH= yes FONTNAME= wqy CONFDDIR= etc/fonts/conf.d diff --git a/x11-fonts/wqy/files/85-wqy.conf b/x11-fonts/wqy/files/85-wqy.conf index 6060d96b07e1..623f49a100d6 100644 --- a/x11-fonts/wqy/files/85-wqy.conf +++ b/x11-fonts/wqy/files/85-wqy.conf @@ -71,7 +71,7 @@ </or> <edit name="antialias"><bool>true</bool></edit> <edit name="hinting"><bool>true</bool></edit> - <edit name="autohint"><bool>false</bool></edit> + <edit name="autohint"><bool>true</bool></edit> <edit name="embeddedbitmap"><bool>true</bool></edit> <edit name="spacing"><const>proportional</const></edit> <edit name="globaladvance"><bool>false</bool></edit> |