diff options
Diffstat (limited to 'print/tex-pitex/Makefile')
-rw-r--r-- | print/tex-pitex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-pitex/Makefile b/print/tex-pitex/Makefile index 87983097e5d..6b1f391db4f 100644 --- a/print/tex-pitex/Makefile +++ b/print/tex-pitex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/08 14:09:52 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:23:03 markd Exp $ DISTNAME= pitex PKGNAME= tex-${DISTNAME}-2014 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/pitex COMMENT= Documentation macros LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |