summaryrefslogtreecommitdiff
path: root/databases/postgresql84-plpython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql84-plpython/Makefile')
-rw-r--r--databases/postgresql84-plpython/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/postgresql84-plpython/Makefile b/databases/postgresql84-plpython/Makefile
index f0e3fa78adc..51a78af9813 100644
--- a/databases/postgresql84-plpython/Makefile
+++ b/databases/postgresql84-plpython/Makefile
@@ -1,23 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2010/04/12 09:58:39 adam Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/19 09:53:42 adam Exp $
-PKGNAME= postgresql84-plpython-${BASE_VERS}
+PKGNAME= ${DISTNAME:C/-/84-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= postgresql84-server>=${BASE_VERS}:../../databases/postgresql84-server
+DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
.include "../../databases/postgresql84/Makefile.common"
+USE_LIBTOOL= yes
+PKG_LIBTOOL= ${PKG_SHLIBTOOL}
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_DIRS= src/pl/plpython
-USE_LIBTOOL= yes
-PKG_LIBTOOL= ${PKG_SHLIBTOOL}
-
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../lang/python/extension.mk"
-
.include "../../mk/bsd.pkg.mk"