pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql74-plpython Add CONFIGURE_ENV for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8fdb90855b0
branches: trunk
changeset: 487050:c8fdb90855b0
user: darcy <darcy%pkgsrc.org@localhost>
date: Sat Jan 08 05:07:10 2005 +0000
description:
Add CONFIGURE_ENV for Python executible name. Should fix bulk build.
diffstat:
databases/postgresql74-plpython/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r ac91e34835ef -r c8fdb90855b0 databases/postgresql74-plpython/Makefile
--- a/databases/postgresql74-plpython/Makefile Sat Jan 08 00:16:25 2005 +0000
+++ b/databases/postgresql74-plpython/Makefile Sat Jan 08 05:07:10 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/10 12:38:21 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/08 05:07:10 darcy Exp $
PKGNAME= postgresql74-plpython-${BASE_VERS}
+
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
@@ -11,6 +12,7 @@
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-python
+CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_DIRS= ${WRKSRC}/src/pl/plpython
Home |
Main Index |
Thread Index |
Old Index