pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/tidy
Module Name: pkgsrc
Committed By: leot
Date: Fri Nov 25 16:05:23 UTC 2016
Modified Files:
pkgsrc/www/tidy: Makefile
Log Message:
doxygen is needed as a BUILD_DEPENDS only for the "doc" option (and bump the
minimum version needed for it).
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/tidy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/tidy/Makefile
diff -u pkgsrc/www/tidy/Makefile:1.48 pkgsrc/www/tidy/Makefile:1.49
--- pkgsrc/www/tidy/Makefile:1.48 Thu Nov 24 14:11:31 2016
+++ pkgsrc/www/tidy/Makefile Fri Nov 25 16:05:23 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index