diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 23:51:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 23:51:16 +0000 |
commit | f6857e312b1add6fa74ec6ef463f9d315cb45d8c (patch) | |
tree | cc8e4a315d039d3edfc4887bddf0b3abb5947f65 /devel | |
parent | fe6239fffba358d2cebe0e38fa3c879387fe2b59 (diff) | |
download | pkgsrc-f6857e312b1add6fa74ec6ef463f9d315cb45d8c.tar.gz |
Reduce TeX dependencies of doxygen.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doxygen/Makefile | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 7a09c8ce7b8..c2d686c3bbc 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2011/02/28 14:52:44 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2011/03/18 23:51:16 minskim Exp $ DISTNAME= doxygen-1.6.3.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ http://ftp.stack.nl/pub/users/dimitri/ @@ -12,12 +12,26 @@ HOMEPAGE= http://www.doxygen.org/ COMMENT= Documentation system for C++, Java, IDL and C LICENSE= gnu-gpl-v2 +BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf +BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk +DEPENDS+= tex-a4wide>=2010nb1:../../print/tex-a4wide +DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +DEPENDS+= tex-float-[0-9]*:../../print/tex-float +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +DEPENDS+= tex-psnfss>=9.2anb2:../../fonts/tex-psnfss +DEPENDS+= tex-pspicture-[0-9]*:../../print/tex-pspicture +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools DEPENDS+= texlive-pdftools-[0-9]*:../../print/texlive-pdftools PKG_DESTDIR_SUPPORT= user-destdir -TEX_ACCEPTED= teTeX3 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} UNLIMIT_RESOURCES+= datasize USE_TOOLS+= gmake gs:run perl:run bison flex @@ -77,5 +91,4 @@ BUILDLINK_API_DEPENDS.graphviz+= graphviz>=2.12nb1 .include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/graphviz/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |