diff options
Diffstat (limited to 'fonts/tex-lh/Makefile')
-rw-r--r-- | fonts/tex-lh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-lh/Makefile b/fonts/tex-lh/Makefile index dcbaf3df3ad..a86ef7b4d2c 100644 --- a/fonts/tex-lh/Makefile +++ b/fonts/tex-lh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:24 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2019/12/06 19:30:10 markd Exp $ DISTNAME= lh PKGNAME= tex-${DISTNAME}-3.5g @@ -10,5 +10,6 @@ LICENSE= lppl-1.3c DEPENDS+= tex-ec>=1.0:../../fonts/tex-ec +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |