diff options
Diffstat (limited to 'print/tex-pbox/Makefile')
-rw-r--r-- | print/tex-pbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-pbox/Makefile b/print/tex-pbox/Makefile index a67a50e9967..0aa9fa272ec 100644 --- a/print/tex-pbox/Makefile +++ b/print/tex-pbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/06/15 10:08:40 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:23:01 markd Exp $ DISTNAME= pbox PKGNAME= tex-${DISTNAME}-1.2 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/pbox COMMENT= A variable-width \parbox command LICENSE= gnu-gpl-v3 +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |