diff options
author | riastradh <riastradh> | 2013-05-10 20:07:33 +0000 |
---|---|---|
committer | riastradh <riastradh> | 2013-05-10 20:07:33 +0000 |
commit | 8dd4bedc89055ba6a8396e282e123370828d825e (patch) | |
tree | 474f9c84ab858a4e92810c428579364927e4e239 /www/ikiwiki | |
parent | ea2865d744588737588946c1573dcaab2231a98e (diff) | |
download | pkgsrc-8dd4bedc89055ba6a8396e282e123370828d825e.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 'www/ikiwiki')
-rw-r--r-- | www/ikiwiki/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/options.mk b/www/ikiwiki/options.mk index cd2a00ba4e1..8265f990c6d 100644 --- a/www/ikiwiki/options.mk +++ b/www/ikiwiki/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2011/06/04 15:23:35 schmonz Exp $ +# $NetBSD: options.mk,v 1.14 2013/05/10 20:07:34 riastradh Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ikiwiki PKG_SUPPORTED_OPTIONS= cvs ikiwiki-amazon-s3 ikiwiki-search @@ -33,7 +33,7 @@ DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick .if !empty(PKG_OPTIONS:Mpython) DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils .else -PYTHON_FOR_BUILD_ONLY= yes # actually just defined +PYTHON_FOR_BUILD_ONLY= yes .endif .if !empty(PKG_OPTIONS:Msvn) |