summaryrefslogtreecommitdiff
path: root/mk/fonts.mk
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-03-29 22:13:47 +0000
committerrecht <recht@pkgsrc.org>2004-03-29 22:13:47 +0000
commit4dc7c39d0d1d51c50dfada08ceb4048e1464e2c3 (patch)
treea9d1483756a90b80777b016eb8d0aa14c4bb794e /mk/fonts.mk
parent4e8a67839fcc88cc914a91ae25e6b4671f629a9e (diff)
downloadpkgsrc-4dc7c39d0d1d51c50dfada08ceb4048e1464e2c3.tar.gz
Use ttmkfdir2 by default.
Closes PR 24934 by Martin Husemann.
Diffstat (limited to 'mk/fonts.mk')
-rw-r--r--mk/fonts.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fonts.mk b/mk/fonts.mk
index bf39569b34b..ac8f90bb068 100644
--- a/mk/fonts.mk
+++ b/mk/fonts.mk
@@ -1,4 +1,4 @@
-# $NetBSD: fonts.mk,v 1.4 2003/12/19 23:46:41 jmmv Exp $
+# $NetBSD: fonts.mk,v 1.5 2004/03/29 22:13:47 recht Exp $
#
# This Makefile fragment is intended to be included by packages that install
# fonts (most of them in the fonts category). It takes care of updating the
@@ -33,7 +33,7 @@ TTMKFDIR_PREFIX_DEFAULT= ${LOCALBASE}
FILES_SUBST+= FONTS_TTF="YES"
FILES_SUBST+= FONTS_TTF_DIRS="${FONTS_TTF_DIRS}"
FILES_SUBST+= TTMKFDIR="${TTMKFDIR_PREFIX}/bin/ttmkfdir"
-DEPENDS+= ttmkfdir>=0:../../fonts/ttmkfdir
+DEPENDS+= ttmkfdir2>=20021109:../../fonts/ttmkfdir2
.endif
.if !empty(FONTS_TYPE1_DIRS)