doxygen is needed as a BUILD_DEPENDS only for the "doc" option (and bump the
minimum version needed for it).
This commit is contained in:
parent
131c1b9cc6
commit
9488b9c615
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue