diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-17 23:40:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-17 23:40:53 +0000 |
commit | 572e80cd2135d57f49ef639ae8df2d0fafafd4ae (patch) | |
tree | bb3741d2c3a0f895f2d3d8e72f2b5b355ed7f6de /databases | |
parent | 4605da6728f9bda3ad8203147771feb49ecaab1e (diff) | |
download | pkgsrc-572e80cd2135d57f49ef639ae8df2d0fafafd4ae.tar.gz |
Move lots of packages to new time category; fix links; add time subcategory
to main Makefile.
Diffstat (limited to 'databases')
-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 bb313e210b0..4ac677632ac 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/11/16 05:25:51 darcy Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/17 23:40:54 wiz Exp $ DISTNAME= PyGreSQL-3.1 PKGNAME= py-postgresql-3.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.druid.net/pygresql/ DEPENDS+= python-2.*:../../lang/python DEPENDS+= postgresql-7.*:../../databases/postgresql -DEPENDS+= py-mxDateTime-*:../../misc/py-mxDateTime +DEPENDS+= py-mxDateTime-*:../../time/py-mxDateTime ALL_TARGET= default |