pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen devel/doxygen: Fixed dependencies of opt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/159cf0af2a93
branches:  trunk
changeset: 440637:159cf0af2a93
user:      micha <micha%pkgsrc.org@localhost>
date:      Wed Oct 14 12:10:44 2020 +0000

description:
devel/doxygen: Fixed dependencies of option "latex"

print/tex-epstopdf-pkg is required too.

diffstat:

 devel/doxygen/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 197f1db73477 -r 159cf0af2a93 devel/doxygen/options.mk
--- a/devel/doxygen/options.mk  Wed Oct 14 10:53:44 2020 +0000
+++ b/devel/doxygen/options.mk  Wed Oct 14 12:10:44 2020 +0000
@@ -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-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