diff options
author | markd <markd@pkgsrc.org> | 2019-12-06 20:04:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-06 20:04:17 +0000 |
commit | 8740f88f4f9fa69f5fd3050f109188bfcccd929c (patch) | |
tree | d82cb286704a3ebbe4cf516cba157503abe9bec4 /graphics/tex-auto-pst-pdf | |
parent | 629fc04462dec9f950cff19f18bd91024611dcb2 (diff) | |
download | pkgsrc-8740f88f4f9fa69f5fd3050f109188bfcccd929c.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'graphics/tex-auto-pst-pdf')
-rw-r--r-- | graphics/tex-auto-pst-pdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tex-auto-pst-pdf/Makefile b/graphics/tex-auto-pst-pdf/Makefile index 0ce954d25cf..707d76145d6 100644 --- a/graphics/tex-auto-pst-pdf/Makefile +++ b/graphics/tex-auto-pst-pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/10/16 22:07:28 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:04:18 markd Exp $ DISTNAME= auto-pst-pdf PKGNAME= tex-${DISTNAME}-0.6 @@ -12,5 +12,6 @@ DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek DEPENDS+= tex-ifplatform-[0-9]*:../../print/tex-ifplatform DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |