diff options
author | dsainty <dsainty> | 2012-08-15 23:25:15 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2012-08-15 23:25:15 +0000 |
commit | 611286ee75792574a391aa1376ef68a800075a4a (patch) | |
tree | ae68645dea2faa6093b8e2552fc667c8ca3b3089 /devel/doxygen | |
parent | 74f71761255fb8241653a8530ebbb4a2db8d1a5a (diff) | |
download | pkgsrc-611286ee75792574a391aa1376ef68a800075a4a.tar.gz |
doxygen output makes explicit use of tex-multirow and tex-xtab. Add the
run time dependencies.
Bump PKGREVISION for dependency changes.
Diffstat (limited to 'devel/doxygen')
-rw-r--r-- | devel/doxygen/Makefile | 3 | ||||
-rw-r--r-- | devel/doxygen/options.mk | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 4568bbd6983..86449a7e7e9 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.88 2012/07/03 11:31:35 mef Exp $ +# $NetBSD: Makefile,v 1.89 2012/08/15 23:25:15 dsainty Exp $ DISTNAME= doxygen-1.8.1.1.src PKGNAME= ${DISTNAME:S/.src//} +PKGREVISION= 1 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 159053e31d3..62ec48ae694 100644 --- a/devel/doxygen/options.mk +++ b/devel/doxygen/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2012/07/03 11:31:35 mef Exp $ +# $NetBSD: options.mk,v 1.6 2012/08/15 23:25:15 dsainty Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.doxygen PKG_SUPPORTED_OPTIONS= latex @@ -32,6 +32,7 @@ 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-multirow-[0-9]*:../../print/tex-multirow DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek DEPENDS+= tex-psnfss>=9.2anb2:../../fonts/tex-psnfss @@ -40,5 +41,6 @@ DEPENDS+= tex-rsfs-[0-9]*:../../fonts/tex-rsfs DEPENDS+= tex-sectsty-[0-9]*:../../print/tex-sectsty DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor +DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab .endif |