summaryrefslogtreecommitdiff
path: root/databases/postgresql74-plpython
diff options
context:
space:
mode:
authordarcy <darcy>2005-01-08 05:07:10 +0000
committerdarcy <darcy>2005-01-08 05:07:10 +0000
commit382b00353b4afa6b7027199641f838531b8aa78e (patch)
tree8862abf89cbe97639e6707249b34e380686249ca /databases/postgresql74-plpython
parent90f902fd434faf1c76b4d708f1e6eaabc6863c10 (diff)
downloadpkgsrc-382b00353b4afa6b7027199641f838531b8aa78e.tar.gz
Add CONFIGURE_ENV for Python executible name. Should fix bulk build.
Diffstat (limited to 'databases/postgresql74-plpython')
-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