diff options
Diffstat (limited to 'print/tex-background/Makefile')
-rw-r--r-- | print/tex-background/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-background/Makefile b/print/tex-background/Makefile index 3ce3258363f..c42eea6c08f 100644 --- a/print/tex-background/Makefile +++ b/print/tex-background/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/09/19 14:36:00 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:18:57 markd Exp $ DISTNAME= background PKGNAME= tex-${DISTNAME}-2.1 @@ -12,5 +12,6 @@ LICENSE= lppl-1.3c DEPENDS+= tex-everypage-[0-9]*:../../print/tex-everypage DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |