diff options
author | gdt <gdt> | 2008-06-13 12:22:55 +0000 |
---|---|---|
committer | gdt <gdt> | 2008-06-13 12:22:55 +0000 |
commit | 4628d609d796530e043481312a257368bf510081 (patch) | |
tree | 63a586a71f310749d3e2b60e900dcef2c8c4e2f0 /www/tidy | |
parent | f86a5779badbb0970d6acfbad6a1d294ec032f45 (diff) | |
download | pkgsrc-4628d609d796530e043481312a257368bf510081.tar.gz |
Set BUILD_DEPENDS on doxygen to 1.5.6 because doxygen's ABI changed
in that version to generate additional files.
Diffstat (limited to 'www/tidy')
-rw-r--r-- | www/tidy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 4dcd8953e24..62b639104bc 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/06/12 11:52:37 gdt Exp $ +# $NetBSD: Makefile,v 1.31 2008/06/13 12:22:55 gdt Exp $ # DISTNAME= tidy-20080423 @@ -13,7 +13,7 @@ COMMENT= Fixes and tidies up HTML files PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt -BUILD_DEPENDS+= doxygen>=1.0:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.5.6:../../devel/doxygen WRKSRC= ${WRKDIR}/tidy GNU_CONFIGURE= yes |