summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-21 21:40:07 +0000
committerjlam <jlam>2001-06-21 21:40:07 +0000
commitffa53fc167d4b425f9047795c66fbaf1a15b3bf4 (patch)
treee01fd8e8e9be85545cfedf67fe95fc5c2344b8ea /databases/py-postgresql
parentd97fb8504de47a8cf966ff828fc7747ce8e2f6ef (diff)
downloadpkgsrc-ffa53fc167d4b425f9047795c66fbaf1a15b3bf4.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 1db5cc746f3..616d7abf0d3 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/05/14 14:53:28 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2001/06/21 21:40:09 jlam Exp $
.include "../../databases/postgresql/Makefile.common"
.include "../../databases/postgresql/Makefile.ssl"
@@ -8,10 +8,14 @@ COMMENT= Python interface to PostgreSQL
MAINTAINER= darcy@netbsd.org
-DEPENDS+= postgresql-lib>=${PG_BASE_VERS}:../../databases/postgresql-lib
DEPENDS+= python>=2.0:../../lang/python
DEPENDS+= py-mxDateTime-[0-9]*:../../time/py-mxDateTime
+USE_BUILDLINK_ONLY= # defined
+POSTGRESQL_LIB_REQD= ${PG_BASE_VERS}
+
+.include "../../databases/postgresql-lib/buildlink.mk"
+
PYTHON= ${LOCALBASE}/bin/python
.if exists(${PYTHON})