diff options
Diffstat (limited to 'print/tex-section/Makefile')
-rw-r--r-- | print/tex-section/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-section/Makefile b/print/tex-section/Makefile index eaa7bba5b73..687e5fbf9cc 100644 --- a/print/tex-section/Makefile +++ b/print/tex-section/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/26 11:26:37 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:23:14 markd Exp $ DISTNAME= section PKGNAME= tex-${DISTNAME}-2011 @@ -8,5 +8,6 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Modifying section commands in LaTeX LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |