summaryrefslogtreecommitdiff
path: root/font/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-03-28 14:13:22 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-03-28 14:13:22 +0000
commit37fb804b6cfd133df37e31697871e5a56ac54079 (patch)
tree3122cd372c1a9a80bc981d2b915edab8e0309166 /font/Makefile
parent48e0cf25439d66d1cc86eaf3464a5dd51735439b (diff)
disconnect bitstream-vera fonts from the build.
They are superceeded by DejaVu. reminded by naddy@.
Diffstat (limited to 'font/Makefile')
-rw-r--r--font/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/font/Makefile b/font/Makefile
index 2253c397d..d4486c8ff 100644
--- a/font/Makefile
+++ b/font/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2010/01/16 08:58:54 matthieu Exp $
+# $OpenBSD: Makefile,v 1.9 2010/03/28 14:13:21 matthieu Exp $
# util is done early, alias must come last
SUBDIR= encodings \
@@ -13,7 +13,7 @@ SUBDIR= encodings \
xfree86-type1 ${EXTRAS} \
alias
-EXTRAS= dejavu-ttf bitstream-vera-ttf
+EXTRAS= dejavu-ttf
.include <bsd.subdir.mk>