diff options
-rw-r--r-- | databases/py-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 67db56a0411..1b5b146c7d7 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/06/23 19:26:52 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/01/15 18:33:26 drochner Exp $ .include "../../databases/postgresql/Makefile.common" .include "../../databases/postgresql/Makefile.ssl" @@ -9,7 +9,7 @@ COMMENT= Python interface to PostgreSQL MAINTAINER= darcy@netbsd.org DEPENDS+= python>=2.0:../../lang/python -DEPENDS+= py-mxDateTime-[0-9]*:../../time/py-mxDateTime +DEPENDS+= py20-mxDateTime-[0-9]*:../../time/py-mxDateTime USE_BUILDLINK_ONLY= # defined BUILDLINK_DEPENDS.postgresql-lib= postgresql-lib>=${PG_BASE_VERS} |