pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/tidy doxygen is needed as a BUILD_DEPENDS only for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/251bbe8bfe78
branches:  trunk
changeset: 355209:251bbe8bfe78
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Nov 25 16:05:23 2016 +0000

description:
doxygen is needed as a BUILD_DEPENDS only for the "doc" option (and bump the
minimum version needed for it).

diffstat:

 www/tidy/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 986678b05dd9 -r 251bbe8bfe78 www/tidy/Makefile
--- a/www/tidy/Makefile Fri Nov 25 16:05:07 2016 +0000
+++ b/www/tidy/Makefile Fri Nov 25 16:05:23 2016 +0000
@@ -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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index