pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doxygen: Use TeX packages from pkgsrc as dependencies



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Jan 29 14:29:07 2019 +0100
Changeset:	957dcd61f54297dd6ac23614d8629e7ca7b2c7f0

Modified Files:
	doxygen/options.mk

Log Message:
doxygen: Use TeX packages from pkgsrc as dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=957dcd61f54297dd6ac23614d8629e7ca7b2c7f0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doxygen/options.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/doxygen/options.mk b/doxygen/options.mk
index 6f58cab9eb..e7c6e68128 100644
--- a/doxygen/options.mk
+++ b/doxygen/options.mk
@@ -34,7 +34,7 @@ DEPENDS+=	tex-adjustbox-[0-9]*:../../print/tex-adjustbox
 DEPENDS+=	tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
 DEPENDS+=	tex-appendix-[0-9]*:../../print/tex-appendix
 DEPENDS+=	tex-colortbl-[0-9]*:../../print/tex-colortbl
-DEPENDS+=	tex-etoc-[0-9]*:../../wip/tex-etoc
+DEPENDS+=	tex-etoc-[0-9]*:../../print/tex-etoc
 DEPENDS+=	tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
 DEPENDS+=	tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
 DEPENDS+=	tex-float-[0-9]*:../../print/tex-float
@@ -45,16 +45,16 @@ DEPENDS+=	tex-hyperref-[0-9]*:../../print/tex-hyperref
 DEPENDS+=	tex-import-[0-9]*:../../print/tex-import
 DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex
 DEPENDS+=	tex-listings-[0-9]*:../../print/tex-listings
-DEPENDS+=	tex-listofitems-[0-9]*:../../wip/tex-listofitems
+DEPENDS+=	tex-listofitems-[0-9]*:../../print/tex-listofitems
 DEPENDS+=	tex-multirow-[0-9]*:../../print/tex-multirow
-DEPENDS+=	tex-newunicodechar-[0-9]*:../../wip/tex-newunicodechar
+DEPENDS+=	tex-newunicodechar-[0-9]*:../../print/tex-newunicodechar
 DEPENDS+=	tex-natbib-[0-9]*:../../print/tex-natbib
 DEPENDS+=	tex-oberdiek-[0-9]*:../../print/tex-oberdiek
 DEPENDS+=	tex-pgf-[0-9]*:../../print/tex-pgf
 DEPENDS+=	tex-psnfss>=9.2anb2:../../fonts/tex-psnfss
 DEPENDS+=	tex-pspicture-[0-9]*:../../print/tex-pspicture
 DEPENDS+=	tex-sectsty-[0-9]*:../../print/tex-sectsty
-DEPENDS+=	tex-stackengine-[0-9]*:../../wip/tex-stackengine
+DEPENDS+=	tex-stackengine-[0-9]*:../../print/tex-stackengine
 DEPENDS+=	tex-tabu-[0-9]*:../../print/tex-tabu
 DEPENDS+=	tex-tocloft-[0-9]*:../../print/tex-tocloft
 DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools


Home | Main Index | Thread Index | Old Index