summaryrefslogtreecommitdiff
path: root/sysutils/munin-doc
diff options
context:
space:
mode:
authorriastradh <riastradh>2013-05-10 20:07:33 +0000
committerriastradh <riastradh>2013-05-10 20:07:33 +0000
commit0b5724be44f819cb7921a9b4219a8efc95c7a33a (patch)
tree474f9c84ab858a4e92810c428579364927e4e239 /sysutils/munin-doc
parentd86c47e2a317f07bf741de3832e72ce84b5e8745 (diff)
downloadpkgsrc-0b5724be44f819cb7921a9b4219a8efc95c7a33a.tar.gz
Partially back out change to PYTHON_FOR_BUILD_ONLY.
This broke packages that needed a target Python at build-time. Instead, change it from defined/undefined to yes/no/tool. Most cases of defined used `yes' anyway; fix the few stragglers do that instead. New case `tool' is for TOOL_DEPENDS rather than buildlink3.
Diffstat (limited to 'sysutils/munin-doc')
-rw-r--r--sysutils/munin-doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/munin-doc/Makefile b/sysutils/munin-doc/Makefile
index e8111a6d265..c4f1e39ab8f 100644
--- a/sysutils/munin-doc/Makefile
+++ b/sysutils/munin-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/23 19:51:14 asau Exp $
+# $NetBSD: Makefile,v 1.12 2013/05/10 20:07:34 riastradh Exp $
#
VERS= 1.3.2
@@ -29,7 +29,7 @@ MAKE_ENV+= PERL5=${PERL5:Q}
MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
CHECK_PORTABILITY_SKIP+= node/node.d/*
-PYTHON_FOR_BUILD_ONLY= # empty
+PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"