pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Make tex-wasysym option-conditional, lik...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9407598d353
branches:  trunk
changeset: 634094:f9407598d353
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Thu May 08 23:41:52 2014 +0000

description:
Make tex-wasysym option-conditional, like all the other Tex dependencies.

diffstat:

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

diffs (35 lines):

diff -r 7df2f8177504 -r f9407598d353 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Thu May 08 21:52:40 2014 +0000
+++ b/devel/doxygen/Makefile    Thu May 08 23:41:52 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2014/04/25 08:32:22 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2014/05/08 23:41:52 dsainty Exp $
 
 DISTNAME=      doxygen-1.8.7.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -11,8 +11,6 @@
 COMMENT=       Documentation system for C++, Java, IDL and C
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      tex-wasysym-[0-9]*:../../fonts/tex-wasysym
-
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 UNLIMIT_RESOURCES+=    datasize
 # doxygen upstream uses this version of flex
diff -r 7df2f8177504 -r f9407598d353 devel/doxygen/options.mk
--- a/devel/doxygen/options.mk  Thu May 08 21:52:40 2014 +0000
+++ b/devel/doxygen/options.mk  Thu May 08 23:41:52 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2013/11/20 04:50:47 dsainty Exp $
+# $NetBSD: options.mk,v 1.9 2014/05/08 23:41:52 dsainty Exp $
 #
 PKG_OPTIONS_VAR=       PKG_OPTIONS.doxygen
 PKG_SUPPORTED_OPTIONS= latex
@@ -45,6 +45,7 @@
 DEPENDS+=      tex-sectsty-[0-9]*:../../print/tex-sectsty
 DEPENDS+=      tex-tocloft-[0-9]*:../../print/tex-tocloft
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
+DEPENDS+=      tex-wasysym-[0-9]*:../../fonts/tex-wasysym
 DEPENDS+=      tex-xcolor-[0-9]*:../../print/tex-xcolor
 DEPENDS+=      tex-xtab-[0-9]*:../../print/tex-xtab
 



Home | Main Index | Thread Index | Old Index