diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-31 11:22:09 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-31 11:22:09 +0800 |
commit | 3b8a1bb3a2faf3eef11c924aea2dc198009bed71 (patch) | |
tree | ac33095b4b382f5edd07c22fffcebddd1305c36b /x11-fonts/Makefile | |
parent | 78dd209f35bddb29f1475f2f8b388869bb5fcebd (diff) | |
download | freebsd-ports-gnome-3b8a1bb3a2faf3eef11c924aea2dc198009bed71.tar.gz freebsd-ports-gnome-3b8a1bb3a2faf3eef11c924aea2dc198009bed71.tar.zst freebsd-ports-gnome-3b8a1bb3a2faf3eef11c924aea2dc198009bed71.zip |
Add xorg-fonts-truetype, a port of the X.Org TrueType fonts (bitstream-vera
provided by the existing port).
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> |