summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-01-24 16:59:42 +0000
committerseb <seb@pkgsrc.org>2005-01-24 16:59:42 +0000
commit5cfa36e8672123e3641c6c7aa92791d933d6d39d (patch)
tree2a0fdff7a742ec76154fcb06e75273dfbf8af8d7 /databases
parente5e1ab24d41c6a6b8285368228b4b102bd9243d4 (diff)
downloadpkgsrc-5cfa36e8672123e3641c6c7aa92791d933d6d39d.tar.gz
Fix editing error in last commit.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-psycopg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile
index 51f7dd6dcc8..7873246086b 100644
--- a/databases/py-psycopg/Makefile
+++ b/databases/py-psycopg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/01/23 20:41:45 recht Exp $
+# $NetBSD: Makefile,v 1.18 2005/01/24 16:59:42 seb Exp $
#
DISTNAME= psycopg-1.1.14
@@ -24,5 +24,5 @@ PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/read.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"