diff options
Diffstat (limited to 'print/tex-braket/Makefile')
-rw-r--r-- | print/tex-braket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-braket/Makefile b/print/tex-braket/Makefile index 10607d36961..080f2fe2f27 100644 --- a/print/tex-braket/Makefile +++ b/print/tex-braket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/30 03:26:09 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:19:02 markd Exp $ # TeX Live Revision 17127 DISTNAME= braket @@ -10,5 +10,6 @@ LICENSE= public-domain CONFLICTS+= tex-ltxmisc<2009 +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |