summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordarcy <darcy>2005-01-08 05:07:10 +0000
committerdarcy <darcy>2005-01-08 05:07:10 +0000
commit6378aa5e2e5f97fe0a33951bcee33d1961e6f019 (patch)
tree8862abf89cbe97639e6707249b34e380686249ca /databases
parentdf4e48c7051b3c1f4e8df72505d932b03bd22500 (diff)
downloadpkgsrc-6378aa5e2e5f97fe0a33951bcee33d1961e6f019.tar.gz
Add CONFIGURE_ENV for Python executible name. Should fix bulk build.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql74-plpython/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql74-plpython/Makefile b/databases/postgresql74-plpython/Makefile
index 472e07532fd..6c280f617ab 100644
--- a/databases/postgresql74-plpython/Makefile
+++ b/databases/postgresql74-plpython/Makefile
@@ -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 @@ USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-python
+CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_DIRS= ${WRKSRC}/src/pl/plpython