diff options
Diffstat (limited to 'fonts/tex-mfware/Makefile')
-rw-r--r-- | fonts/tex-mfware/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-mfware/Makefile b/fonts/tex-mfware/Makefile index e0a2cc20a3e..d39571035e4 100644 --- a/fonts/tex-mfware/Makefile +++ b/fonts/tex-mfware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/06 16:49:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/06 19:30:16 markd Exp $ DISTNAME= mfware PKGNAME= tex-${DISTNAME}-2014 @@ -11,5 +11,6 @@ COMMENT= Supporting tools for use with MetaFont DEPENDS+= web2c-[0-9]*:../../print/web2c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |