diff options
author | recht <recht@pkgsrc.org> | 2004-07-17 17:34:30 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-17 17:34:30 +0000 |
commit | fb24ba25364c94a20f808a430198bb4190f0eaeb (patch) | |
tree | 0373fa17d1d6d03035d62bed9a9854ee0c7ce92d /www | |
parent | 9bce549074adb370064758e4ccf01847ff62db7a (diff) | |
download | pkgsrc-fb24ba25364c94a20f808a430198bb4190f0eaeb.tar.gz |
Set the correct PYTHONBIN for configure.
Should fix kristerw's bulk build.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-python/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index fe5f992c34f..bd7a35a2433 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/17 01:11:36 darcy Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/17 17:34:30 recht Exp $ # FreeBSD Id: ports/www/mod_python3/Makefile,v 1.28 2004/03/11 14:36:30 perky Exp DISTNAME= mod_python-${VERSION} @@ -18,7 +18,8 @@ VERSION=3.1.3 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" -ONFIGURE_ARGS+=- +CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q} + PYTHON_VERSIONS_ACCEPTED= 23 23pth PY_PATCHPLIST= YES |