diff options
author | darcy <darcy@pkgsrc.org> | 2005-01-08 05:07:10 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-01-08 05:07:10 +0000 |
commit | 558e57dc4fad0173dd1d9be2ffff20a256c14aef (patch) | |
tree | 8862abf89cbe97639e6707249b34e380686249ca /databases/postgresql74-plpython | |
parent | 99ff47c292e8aa309f4bcc5620841d9d0d82fca8 (diff) | |
download | pkgsrc-558e57dc4fad0173dd1d9be2ffff20a256c14aef.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/Makefile | 4 |
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 |