diff options
Diffstat (limited to 'mk/fonts.mk')
-rw-r--r-- | mk/fonts.mk | 4 |
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) |