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-pst-ghsb | |
parent | 629fc04462dec9f950cff19f18bd91024611dcb2 (diff) | |
download | pkgsrc-8740f88f4f9fa69f5fd3050f109188bfcccd929c.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'graphics/tex-pst-ghsb')
-rw-r--r-- | graphics/tex-pst-ghsb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tex-pst-ghsb/Makefile b/graphics/tex-pst-ghsb/Makefile index abe19241211..fb7021463a0 100644 --- a/graphics/tex-pst-ghsb/Makefile +++ b/graphics/tex-pst-ghsb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:38:28 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:04:32 markd Exp $ DISTNAME= pst-ghsb PKGNAME= tex-${DISTNAME}-2010 @@ -9,5 +9,6 @@ COMMENT= PSTricks package for HSB gradients DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |