diff options
author | hubertf <hubertf> | 2000-11-01 16:20:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-11-01 16:20:15 +0000 |
commit | 59912fa153df60dc273c4162b0325414348534bc (patch) | |
tree | 0f85c9bcf2cda56ed433dec7c49065dd85a63119 /fonts | |
parent | 4845b2ceb876142e4a419f6a659225b23b34d85f (diff) | |
download | pkgsrc-59912fa153df60dc273c4162b0325414348534bc.tar.gz |
* add & enable mglfonts
* sort
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index a7c50881c1f..9f4ef24c4bc 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/29 08:05:36 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2000/11/01 16:20:15 hubertf Exp $ # SUBDIR += Xg @@ -8,11 +8,12 @@ SUBDIR += acroread-jpnfont SUBDIR += acroread-korfont SUBDIR += intlfonts - SUBDIR += ksc5601fonts SUBDIR += jisx0208fonts SUBDIR += jisx0212fonts SUBDIR += jisx0213fonts SUBDIR += jmk-fonts + SUBDIR += ksc5601fonts + SUBDIR += mglfonts SUBDIR += watanabe_vfont .include "../mk/bsd.pkg.subdir.mk" |