diff options
author | maya <maya@pkgsrc.org> | 2017-09-23 05:56:59 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-09-23 05:56:59 +0000 |
commit | a4f12da17c81d6bd2fb2735bcecbbb87e5560f35 (patch) | |
tree | b65d79f08655a05383ab3a566f8e70d36396ad6f | |
parent | ef0ef02b178c08af2a6e72be55b4b69b95bd581a (diff) | |
download | pkgsrc-a4f12da17c81d6bd2fb2735bcecbbb87e5560f35.tar.gz |
Stopgap fix: omit asymptote dependency in meta-pkg
it depends on ghostscript-agpl and conflicts with other packages.
From Eric Brown in PR pkg/52568
XXX better solution
-rw-r--r-- | meta-pkgs/texlive-collection-binextra/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/texlive-collection-binextra/Makefile b/meta-pkgs/texlive-collection-binextra/Makefile index 27449232bc4..4f243edae98 100644 --- a/meta-pkgs/texlive-collection-binextra/Makefile +++ b/meta-pkgs/texlive-collection-binextra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/07/06 02:36:07 markd Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/23 05:56:59 maya Exp $ DISTNAME= collection-binextra PKGNAME= texlive-${DISTNAME}-2017pre2 @@ -15,7 +15,8 @@ DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-bas DEPENDS+= tex-a2ping-[0-9]*:../../graphics/tex-a2ping # depend adhocfilelist # depend arara -DEPENDS+= asymptote-[0-9]*:../../graphics/asymptote +# XXX asymptote conflicts with other packages by requiring ghostscript-agpl +#DEPENDS+= asymptote-[0-9]*:../../graphics/asymptote DEPENDS+= tex-bibtex8-[0-9]*:../../print/tex-bibtex8 # depend bibtexu # depend bundledoc |