diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-29 18:18:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-29 18:18:02 +0000 |
commit | a4b76b1e7b0b8eb7b9171d9fc6f4a50400759bae (patch) | |
tree | 432bc16910561d8d72243288991332e6415dcb6f /fonts | |
parent | a4c99d19f8b895ce22bf9ef66c1a1cb18252c9af (diff) | |
download | pkgsrc-a4b76b1e7b0b8eb7b9171d9fc6f4a50400759bae.tar.gz |
add and enable mkttfdir and arphicttf
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index db76ba61d70..3f83ae985d1 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/04/03 14:47:15 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/06/29 18:18:02 wiz Exp $ # COMMENT= Fonts @@ -9,6 +9,7 @@ SUBDIR+= acroread-chtfont SUBDIR+= acroread-font-share SUBDIR+= acroread-jpnfont SUBDIR+= acroread-korfont +SUBDIR+= arphicttf SUBDIR+= freefonts SUBDIR+= ghostscript-fonts SUBDIR+= intlfonts @@ -18,6 +19,7 @@ SUBDIR+= jisx0213fonts SUBDIR+= jmk-fonts SUBDIR+= ksc5601fonts SUBDIR+= mglfonts +SUBDIR+= mkttfdir SUBDIR+= watanabe_vfont .include "../mk/bsd.pkg.subdir.mk" |