summaryrefslogtreecommitdiff
path: root/databases/postgresql90-plpython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-plpython/Makefile')
-rw-r--r--databases/postgresql90-plpython/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile
index 8d0b64e554b..97caa81177e 100644
--- a/databases/postgresql90-plpython/Makefile
+++ b/databases/postgresql90-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/02/09 08:48:19 adam Exp $
+# $NetBSD: Makefile,v 1.4 2011/04/22 08:10:24 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -9,13 +9,11 @@ DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-
.include "../../databases/postgresql90/Makefile.common"
-#USE_LIBTOOL= yes
-#PKG_LIBTOOL= ${PKG_SHLIBTOOL}
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
+BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS= src/pl/plpython
-BUILD_MAKE_FLAGS= PGXS=1
.include "../../databases/postgresql90-client/buildlink3.mk"
.include "../../lang/python/extension.mk"