diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-25 21:04:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-25 21:04:24 +0000 |
commit | a141a856dd8410f16190f4d8f6905e1a24e593ba (patch) | |
tree | 6c17b254616c5826a4a3c9e2acccbf3f5726c557 | |
parent | a681f63635685336b2508a18bb29cd4e18a38a45 (diff) | |
download | pkgsrc-a141a856dd8410f16190f4d8f6905e1a24e593ba.tar.gz |
Fix build with doxygen-1.8.7 and depend on it.
Bump PKGREVISION.
-rw-r--r-- | www/tidy/Makefile | 6 | ||||
-rw-r--r-- | www/tidy/PLIST.doc | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 7a9b2db995f..f5b2fe1fb71 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2013/01/30 21:00:01 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2014/04/25 21:04:24 wiz Exp $ DISTNAME= tidy-20091027 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www MASTER_SITES= # manually created tarballs on ftp.NetBSD.org only @@ -29,7 +29,7 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man1 PLIST_SRC+= ${PKGDIR}/PLIST .if !empty(PKG_OPTIONS:Mdoc) -BUILD_DEPENDS+= doxygen>=1.8.3.1:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.7:../../devel/doxygen HTML_DOCFILES= Overview.html doxygen.cfg grid.gif tidy.css faq.html \ license.html pending.html release-notes.html tidy.gif diff --git a/www/tidy/PLIST.doc b/www/tidy/PLIST.doc index 341762d0bfe..38af84357e3 100644 --- a/www/tidy/PLIST.doc +++ b/www/tidy/PLIST.doc @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.doc,v 1.7 2013/01/30 21:00:01 wiz Exp $ +@comment $NetBSD: PLIST.doc,v 1.8 2014/04/25 21:04:24 wiz Exp $ share/doc/tidy/Overview.html share/doc/tidy/api/annotated.html share/doc/tidy/api/annotated.js @@ -17,7 +17,6 @@ share/doc/tidy/api/dynsections.js share/doc/tidy/api/files.html share/doc/tidy/api/files.js share/doc/tidy/api/ftv2blank.png -share/doc/tidy/api/ftv2cl.png share/doc/tidy/api/ftv2doc.png share/doc/tidy/api/ftv2folderclosed.png share/doc/tidy/api/ftv2folderopen.png @@ -25,9 +24,7 @@ share/doc/tidy/api/ftv2lastnode.png share/doc/tidy/api/ftv2link.png share/doc/tidy/api/ftv2mlastnode.png share/doc/tidy/api/ftv2mnode.png -share/doc/tidy/api/ftv2mo.png share/doc/tidy/api/ftv2node.png -share/doc/tidy/api/ftv2ns.png share/doc/tidy/api/ftv2plastnode.png share/doc/tidy/api/ftv2pnode.png share/doc/tidy/api/ftv2splitbar.png |