summaryrefslogtreecommitdiff
path: root/databases/py-psycopg
diff options
context:
space:
mode:
authorjmc <jmc>2003-09-21 18:40:48 +0000
committerjmc <jmc>2003-09-21 18:40:48 +0000
commit1299713d0bd40dce444ce05860821220091925d7 (patch)
tree56574fb0c681334213907123580527da9563bc5e /databases/py-psycopg
parent3b55c6003d6247f0ea58de1c38763060ca790bb4 (diff)
downloadpkgsrc-1299713d0bd40dce444ce05860821220091925d7.tar.gz
This explictly needs pth.
Diffstat (limited to 'databases/py-psycopg')
-rw-r--r--databases/py-psycopg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile
index cc7ad150aa8..830d3d7dc1d 100644
--- a/databases/py-psycopg/Makefile
+++ b/databases/py-psycopg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:28:56 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/21 18:40:48 jmc Exp $
#
DISTNAME= psycopg-1.0.14
@@ -27,4 +27,5 @@ PY_PATCHPLIST= yes
.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../time/py-mxDateTime/buildlink2.mk"
+.include "../../devel/pth/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"