diff options
author | leot <leot@pkgsrc.org> | 2016-11-25 16:05:23 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-11-25 16:05:23 +0000 |
commit | d4047487ba5d939d715591c9125c57af834cd1f5 (patch) | |
tree | 8d9b8c0e1777d93f6bf7169a42eb1fa541edf00e /www/tidy | |
parent | bd5d2d554e8bd2770fe5d3ecccdea1adfda9f7ec (diff) | |
download | pkgsrc-d4047487ba5d939d715591c9125c57af834cd1f5.tar.gz |
doxygen is needed as a BUILD_DEPENDS only for the "doc" option (and bump the
minimum version needed for it).
Diffstat (limited to 'www/tidy')
-rw-r--r-- | www/tidy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 614493aedfe..dcea689271f 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2016/11/24 14:11:31 mef Exp $ +# $NetBSD: Makefile,v 1.49 2016/11/25 16:05:23 leot Exp $ DISTNAME= tidy-20091027 PKGREVISION= 8 @@ -11,7 +11,6 @@ COMMENT= Fixes and tidies up HTML files LICENSE= mit BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt -BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen PKG_OPTIONS_VAR= PKG_OPTIONS.tidy PKG_SUPPORTED_OPTIONS= doc @@ -30,7 +29,7 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man1 PLIST_SRC+= ${PKGDIR}/PLIST .if !empty(PKG_OPTIONS:Mdoc) -BUILD_DEPENDS+= doxygen>=1.8.11:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen HTML_DOCFILES= Overview.html doxygen.cfg grid.gif tidy.css faq.html \ license.html pending.html release-notes.html tidy.gif |