summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authordarcy <darcy>2000-11-16 05:25:51 +0000
committerdarcy <darcy>2000-11-16 05:25:51 +0000
commitb75aef56efc98f530f1b8111fa2f59cd55ac224a (patch)
tree26d53ce6276272341971179208ecc1611686bdbf /databases/py-postgresql
parent55486e018be1ff3b045bd1561d6d1c501301d7d7 (diff)
downloadpkgsrc-b75aef56efc98f530f1b8111fa2f59cd55ac224a.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/Makefile8
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"