diff options
author | darcy <darcy@pkgsrc.org> | 2000-11-16 05:25:51 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2000-11-16 05:25:51 +0000 |
commit | 30126c12b3871ecf825e4ec1b69bb31cbcd47827 (patch) | |
tree | 26d53ce6276272341971179208ecc1611686bdbf /databases/py-postgresql | |
parent | c639312307cdad863cf5f9afc532c7d057c57d22 (diff) | |
download | pkgsrc-30126c12b3871ecf825e4ec1b69bb31cbcd47827.tar.gz |
Seems that Python was upgraded to 2.0 so I guess this needs to be modified.
I changed the dependencies and directories accordingly.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 307dc9b87b2..bb313e210b0 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/11/16 04:37:54 darcy Exp $ +# $NetBSD: Makefile,v 1.10 2000/11/16 05:25:51 darcy Exp $ DISTNAME= PyGreSQL-3.1 PKGNAME= py-postgresql-3.1 @@ -9,15 +9,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://www.druid.net/pygresql/ -DEPENDS+= python-1.5.2:../../lang/python +DEPENDS+= python-2.*:../../lang/python DEPENDS+= postgresql-7.*:../../databases/postgresql DEPENDS+= py-mxDateTime-*:../../misc/py-mxDateTime ALL_TARGET= default PYTHON= ${LOCALBASE}/bin/python -PYTHON_LIBDIR= ${LOCALBASE}/lib/python1.5 -PLIST_SUBST+= PYTHON_LIBDIR=lib/python1.5 +PYTHON_LIBDIR= ${LOCALBASE}/lib/python2.0 +PLIST_SUBST+= PYTHON_LIBDIR=lib/python2.0 .include "../../mk/bsd.prefs.mk" |