diff options
author | markd <markd@pkgsrc.org> | 2019-12-06 19:00:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-06 19:00:17 +0000 |
commit | 52c20ff1ad8f8dd503c5ae12e36359877e69512c (patch) | |
tree | 3a78d6c8e6d1f42ffbdb78989b4231a58815ad5f /geography | |
parent | 632fba8a87f69ac28aac17d31fffb69139a8ba01 (diff) | |
download | pkgsrc-52c20ff1ad8f8dd503c5ae12e36359877e69512c.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'geography')
-rw-r--r-- | geography/tex-pst-geo-doc/Makefile | 3 | ||||
-rw-r--r-- | geography/tex-pst-geo/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/geography/tex-pst-geo-doc/Makefile b/geography/tex-pst-geo-doc/Makefile index ba8ab5f7571..f3fe2abca30 100644 --- a/geography/tex-pst-geo-doc/Makefile +++ b/geography/tex-pst-geo-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/06/21 11:45:58 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 19:10:17 markd Exp $ DISTNAME= pst-geo.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.06 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/pst-geo COMMENT= Documentation for tex-pst-geo LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/geography/tex-pst-geo/Makefile b/geography/tex-pst-geo/Makefile index 0289bbe8c60..8ff6f36908d 100644 --- a/geography/tex-pst-geo/Makefile +++ b/geography/tex-pst-geo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/06/21 11:45:58 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 19:10:17 markd Exp $ DISTNAME= pst-geo PKGNAME= tex-${DISTNAME}-2.06 @@ -13,5 +13,6 @@ DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |