diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-05-10 20:07:33 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-05-10 20:07:33 +0000 |
commit | a89fbb3320f216ef23e8d9eddaf3db1cb03a5dd9 (patch) | |
tree | 474f9c84ab858a4e92810c428579364927e4e239 /lang/pfe | |
parent | 895df6efac4fb7b2b0f1545200591dcd88e76bab (diff) | |
download | pkgsrc-a89fbb3320f216ef23e8d9eddaf3db1cb03a5dd9.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 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 031bf9a6d47..ca0fc1678c5 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/03 21:56:20 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/05/10 20:07:33 riastradh Exp $ DISTNAME= pfe-0.33.71 PKGREVISION= 4 @@ -21,7 +21,7 @@ INSTALL_TARGET= install install-mans install-docs TEST_TARGET= tests BUILD_DEPENDS= xmlto-[0-9]*:../../textproc/xmlto # documentation -PYTHON_FOR_BUILD_ONLY= # defined +PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/pyversion.mk" .include "../../mk/termcap.buildlink3.mk" |