diff options
Diffstat (limited to 'print/tex-context-rst/Makefile')
-rw-r--r-- | print/tex-context-rst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-context-rst/Makefile b/print/tex-context-rst/Makefile index 8c04207264f..d523be80acf 100644 --- a/print/tex-context-rst/Makefile +++ b/print/tex-context-rst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/07/17 21:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:19:17 markd Exp $ DISTNAME= context-rst PKGNAME= tex-${DISTNAME}-0.6c @@ -11,5 +11,6 @@ LICENSE= 2-clause-bsd DEPENDS+= tex-context-[0-9]*:../../print/tex-context +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |