summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:45:14 +0000
committerrecht <recht>2004-07-24 22:45:14 +0000
commitf49f20fba9ec34014bca113881c7746d144b105c (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /databases/py-postgresql
parentc99a1378b927547b6b79e4da96784fddbbbeb2d8 (diff)
downloadpkgsrc-f49f20fba9ec34014bca113881c7746d144b105c.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index ca28730e112..d4897325e6f 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/07/22 09:16:01 recht Exp $
+# $NetBSD: Makefile,v 1.34 2004/07/24 22:45:15 recht Exp $
PKGNAME= ${PYPKGPREFIX}-postgresql-3.3
PKGREVISION= 3
@@ -32,8 +32,8 @@ post-install:
${INSTALL_DATA} $${file} ${DOCDIR}/tutorial; \
done
-.include "../postgresql-lib/buildlink3.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
.include "../../lang/python/extension.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"