diff options
Diffstat (limited to 'print/tex-carlisle/Makefile')
-rw-r--r-- | print/tex-carlisle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-carlisle/Makefile b/print/tex-carlisle/Makefile index 4b23eeb7ce0..be6493b41ca 100644 --- a/print/tex-carlisle/Makefile +++ b/print/tex-carlisle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/01/24 08:47:41 markd Exp $ +# $NetBSD: Makefile,v 1.10 2019/12/06 20:19:05 markd Exp $ DISTNAME= carlisle PKGNAME= tex-${DISTNAME}-2018 @@ -14,5 +14,6 @@ DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |