diff options
Diffstat (limited to 'print/tex-datetime/Makefile')
-rw-r--r-- | print/tex-datetime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-datetime/Makefile b/print/tex-datetime/Makefile index 8cf44a377a8..7ac6f9d84f5 100644 --- a/print/tex-datetime/Makefile +++ b/print/tex-datetime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/04/22 10:42:01 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:19:24 markd Exp $ DISTNAME= datetime PKGNAME= tex-${DISTNAME}-2.60 @@ -12,5 +12,6 @@ DEPENDS+= tex-fmtcount-[0-9]*:../../print/tex-fmtcount DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |