diff options
author | jmc <jmc> | 2003-09-21 18:40:48 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-09-21 18:40:48 +0000 |
commit | 1299713d0bd40dce444ce05860821220091925d7 (patch) | |
tree | 56574fb0c681334213907123580527da9563bc5e | |
parent | 3b55c6003d6247f0ea58de1c38763060ca790bb4 (diff) | |
download | pkgsrc-1299713d0bd40dce444ce05860821220091925d7.tar.gz |
This explictly needs pth.
-rw-r--r-- | databases/py-psycopg/Makefile | 3 |
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" |