summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-09-14 17:09:11 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-09-14 17:09:11 +0000
commit627782bb97a8ee147608b3b9b09edcbb42a9e854 (patch)
treee544d636fa94ebbcc8517e23f3089b5045f5eefc
parente0c1dad9900f712f0f22c466d57974da7ac57579 (diff)
downloadpkgsrc-627782bb97a8ee147608b3b9b09edcbb42a9e854.tar.gz
py-werkzeug-docs: note py-werkzeug dependency
Fix bulk builds by noting this depends on py-werkzeug. (While here, convert other BUILD_DEPENDS to TOOL_DEPENDS.)
-rw-r--r--www/py-werkzeug-docs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/py-werkzeug-docs/Makefile b/www/py-werkzeug-docs/Makefile
index ba589a0c7be..309c21395f9 100644
--- a/www/py-werkzeug-docs/Makefile
+++ b/www/py-werkzeug-docs/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2019/05/23 12:00:48 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/09/14 17:09:11 gutteridge Exp $
PKGNAME= ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//}
COMMENT= Python WSGI Utility Library (HTML documentation)
-BUILD_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes
-BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
-BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
+TOOL_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
USE_TOOLS+= gmake
NO_CONFIGURE= yes