diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-19 20:59:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-19 20:59:58 +0000 |
commit | dc3a453a53c787d42ee7dffbc16fb26c1d9b1317 (patch) | |
tree | 82bb89e42cb93c31db4a390e6e5d3cf1bd412b73 /databases/py-postgresql/Makefile | |
parent | 9a8f772d1bc1a60d5f6cea2ad5307e6b03a14750 (diff) | |
download | pkgsrc-dc3a453a53c787d42ee7dffbc16fb26c1d9b1317.tar.gz |
../../misc/py-mxDateTime installs a package, called "py-mxDateTime", not
"mxDateTime" (add leading 'py-')
Diffstat (limited to 'databases/py-postgresql/Makefile')
-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 80afa6fab86..6b142d1c29e 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/07/03 14:10:33 darcy Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/19 20:59:58 hubertf Exp $ DISTNAME= PyGreSQL-3.0 PKGNAME= py-postgresql-3.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.druid.net/pygresql/ DEPENDS+= python-1.5.2:../../lang/python DEPENDS+= postgresql-7.*:../../databases/postgresql -DEPENDS+= mxDateTime-1.3.0:../../misc/py-mxDateTime +DEPENDS+= py-mxDateTime-1.3.0:../../misc/py-mxDateTime ALL_TARGET= default |