diff options
author | minskim <minskim> | 2011-10-26 21:44:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-10-26 21:44:55 +0000 |
commit | 230abcddf560dadca3b107c46846b9fbb725496e (patch) | |
tree | d48fa67c169d9838f1503fb4304a1845d15d3510 | |
parent | 8c5ba0492dc02a9da19fae2172761ead743b8b5e (diff) | |
download | pkgsrc-230abcddf560dadca3b107c46846b9fbb725496e.tar.gz |
Let doxygen use an up-to-date epstopdf.
-rw-r--r-- | devel/doxygen/Makefile | 4 | ||||
-rw-r--r-- | devel/doxygen/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index f9b7cbf0634..ca51719ccf3 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2011/10/10 19:31:28 minskim Exp $ +# $NetBSD: Makefile,v 1.85 2011/10/26 21:44:55 minskim Exp $ DISTNAME= doxygen-1.6.3.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ http://ftp.stack.nl/pub/users/dimitri/ diff --git a/devel/doxygen/options.mk b/devel/doxygen/options.mk index 2bb66a76b4f..c86c8c70ad0 100644 --- a/devel/doxygen/options.mk +++ b/devel/doxygen/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2011/10/10 19:31:28 minskim Exp $ +# $NetBSD: options.mk,v 1.4 2011/10/26 21:44:55 minskim Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.doxygen PKG_SUPPORTED_OPTIONS= latex @@ -22,6 +22,7 @@ DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk DEPENDS+= tex-a4wide>=2010nb1:../../print/tex-a4wide DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr DEPENDS+= tex-float-[0-9]*:../../print/tex-float DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics @@ -33,6 +34,5 @@ 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 .endif |