diff options
Diffstat (limited to 'print/tex-logreq/Makefile')
-rw-r--r-- | print/tex-logreq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-logreq/Makefile b/print/tex-logreq/Makefile index 86d19da1d5c..94530084f30 100644 --- a/print/tex-logreq/Makefile +++ b/print/tex-logreq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/27 10:21:54 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:21:54 markd Exp $ DISTNAME= logreq PKGNAME= tex-${DISTNAME}-1.0 @@ -8,5 +8,6 @@ MAINTAINER= markd@NetBSD.org COMMENT= Support for automation of the LaTeX workflow LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |