diff options
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r-- | www/tidy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 8778d3da2ce..d7277a6a47f 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2009/08/03 22:35:33 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2009/08/17 11:24:39 wiz Exp $ # DISTNAME= tidy-20090326 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= # manually created tarballs on ftp.NetBSD.org only @@ -31,7 +32,7 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man1 PLIST_SRC+= ${PKGDIR}/PLIST .if !empty(PKG_OPTIONS:Mdoc) -BUILD_DEPENDS+= doxygen>=1.5.7.1:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.5.9:../../devel/doxygen HTML_DOCFILES= Overview.html doxygen.cfg grid.gif tidy.css faq.html \ license.html pending.html release-notes.html tidy.gif |