pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-python Set the correct PYTHONBIN for configure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2776379dd87
branches:  trunk
changeset: 478125:b2776379dd87
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Jul 17 17:34:30 2004 +0000

description:
Set the correct PYTHONBIN for configure.
Should fix kristerw's bulk build.

diffstat:

 www/ap2-python/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r cf5cef37a337 -r b2776379dd87 www/ap2-python/Makefile
--- a/www/ap2-python/Makefile   Sat Jul 17 16:58:19 2004 +0000
+++ b/www/ap2-python/Makefile   Sat Jul 17 17:34:30 2004 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}"
-ONFIGURE_ARGS+=-
+CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
+
 PYTHON_VERSIONS_ACCEPTED= 23 23pth
 PY_PATCHPLIST= YES
 



Home | Main Index | Thread Index | Old Index