pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/doxygen



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Oct 14 12:10:44 UTC 2020

Modified Files:
        pkgsrc/devel/doxygen: options.mk

Log Message:
devel/doxygen: Fixed dependencies of option "latex"

print/tex-epstopdf-pkg is required too.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/doxygen/options.mk

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

Modified files:

Index: pkgsrc/devel/doxygen/options.mk
diff -u pkgsrc/devel/doxygen/options.mk:1.14 pkgsrc/devel/doxygen/options.mk:1.15
--- pkgsrc/devel/doxygen/options.mk:1.14        Thu Oct 17 20:35:58 2019
+++ pkgsrc/devel/doxygen/options.mk     Wed Oct 14 12:10:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2019/10/17 20:35:58 adam Exp $
+# $NetBSD: options.mk,v 1.15 2020/10/14 12:10:44 micha Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.doxygen
 PKG_SUPPORTED_OPTIONS= latex qt
@@ -22,6 +22,7 @@ DEPENDS+=     tex-a4wide>=2010nb1:../../prin
 DEPENDS+=      tex-cm-super-[0-9]*:../../fonts/tex-cm-super
 DEPENDS+=      tex-ec-[0-9]*:../../fonts/tex-ec
 DEPENDS+=      tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
+DEPENDS+=      tex-epstopdf-pkg-[0-9]*:../../print/tex-epstopdf-pkg
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-rsfs-[0-9]*:../../fonts/tex-rsfs
 



Home | Main Index | Thread Index | Old Index