summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-22 19:30:35 +0000
committerrecht <recht@pkgsrc.org>2004-07-22 19:30:35 +0000
commit1d7ac2bd7be02a768021fd641753f777f8eac881 (patch)
tree8b745f2d731673a8bd57e5e14801cc13b7592b6a /databases/py-PgSQL/Makefile
parent4dd4b7ccb7708957e57aa6a07e765daa982d4946 (diff)
downloadpkgsrc-1d7ac2bd7be02a768021fd641753f777f8eac881.tar.gz
fix postgresql-lib include
spotted by kristerw
Diffstat (limited to 'databases/py-PgSQL/Makefile')
-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 4f3d79405f8..7a301467de3 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/07/22 09:16:00 recht Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/22 19:30:35 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/pglib.mk"
+.include "../../databases/postgresql-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"