diff options
Diffstat (limited to 'print/tex-algorithms/Makefile')
-rw-r--r-- | print/tex-algorithms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-algorithms/Makefile b/print/tex-algorithms/Makefile index f2e159aa00f..a45f78c0958 100644 --- a/print/tex-algorithms/Makefile +++ b/print/tex-algorithms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/09/06 16:49:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2019/12/06 20:18:47 markd Exp $ DISTNAME= algorithms PKGNAME= tex-${DISTNAME}-0.1 @@ -13,5 +13,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" |