summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:45:14 +0000
committerrecht <recht>2004-07-24 22:45:14 +0000
commit6dba7134d2d72854734da5e00a30e8096b8ebddd (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /databases/py-PgSQL
parent6472d754246fb309de49aa32e601f17fdb8e67b8 (diff)
downloadpkgsrc-6dba7134d2d72854734da5e00a30e8096b8ebddd.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'databases/py-PgSQL')
-rw-r--r--databases/py-PgSQL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index 7a301467de3..89acdf0b50a 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/07/22 19:30:35 recht Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/24 22:45:15 recht Exp $
#
DISTNAME= pyPgSQL-2.4
@@ -20,5 +20,5 @@ PY_PATCHPLIST= YES
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
-.include "../../databases/postgresql-lib/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"