diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-31 03:22:09 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-31 03:22:09 +0000 |
commit | 4645594dd6e9fc1d0541bad3f0245d97f1680fd7 (patch) | |
tree | 30dd7bdf1fef2b11d31c787018f138dc66225d00 /x11-fonts/Makefile | |
parent | 16aaa2e220aad21525c665d1582161f835457acb (diff) |
Add xorg-fonts-truetype, a port of the X.Org TrueType fonts (bitstream-vera
provided by the existing port).
Notes
Notes:
svn path=/head/; revision=110469
Diffstat (limited to 'x11-fonts/Makefile')
-rw-r--r-- | x11-fonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 3f7e923ebc44..8e75dcefb217 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -58,6 +58,7 @@ SUBDIR += xorg-fonts-cyrillic SUBDIR += xorg-fonts-encodings SUBDIR += xorg-fonts-miscbitmaps + SUBDIR += xorg-fonts-truetype SUBDIR += xorg-fonts-type1 .include <bsd.port.subdir.mk> |