diff options
author | uebayasi <uebayasi> | 2002-05-29 14:12:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-05-29 14:12:33 +0000 |
commit | 82153cd0742de270bdbbaf49b097240fe48909fa (patch) | |
tree | dc01d5ec44ab846f15a3e069c21d144c5f88d6fc /fonts/Makefile | |
parent | e6198b5f65f0dc88b0f0b7715ed5ff22c14fb4b7 (diff) | |
download | pkgsrc-82153cd0742de270bdbbaf49b097240fe48909fa.tar.gz |
Add & enable p5-Font-TTF.
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index ca7554e4899..946898160b2 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/05/25 19:22:10 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2002/05/29 14:12:33 uebayasi Exp $ # COMMENT= Fonts @@ -30,6 +30,7 @@ SUBDIR+= mkfontscale SUBDIR+= monafonts SUBDIR+= mozilla-fonts SUBDIR+= ms-ttf +SUBDIR+= p5-Font-TTF SUBDIR+= watanabe_vfont .include "../mk/bsd.pkg.subdir.mk" |