diff options
Diffstat (limited to 'databases/postgresql80-plpython/Makefile')
-rw-r--r-- | databases/postgresql80-plpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-plpython/Makefile b/databases/postgresql80-plpython/Makefile index d8efb4c7206..302adef9b0c 100644 --- a/databases/postgresql80-plpython/Makefile +++ b/databases/postgresql80-plpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/08/06 06:25:12 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/05 20:50:00 rillig Exp $ PKGNAME= postgresql80-plpython-${BASE_VERS} COMMENT= PL/Python procedural language for the PostgreSQL backend @@ -8,7 +8,7 @@ DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server .include "../../databases/postgresql80/Makefile.common" CONFIGURE_ARGS+= --with-python -CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" +CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} BUILD_DIRS= ${WRKSRC}/src/pl/plpython |