diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-14 15:04:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-14 15:04:49 +0000 |
commit | cded4feae4d74b6c209548b7c5e284339aeaf023 (patch) | |
tree | 91d54c77d7ad98c08530acdfbcda93bd303ba96f /databases/kpsql | |
parent | ec25a5bbb0ca2fe4115c24576714b2946b3aeaeb (diff) | |
download | pkgsrc-cded4feae4d74b6c209548b7c5e284339aeaf023.tar.gz |
Update postgresql dependencies to look like:
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
Diffstat (limited to 'databases/kpsql')
-rw-r--r-- | databases/kpsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/kpsql/Makefile b/databases/kpsql/Makefile index 38934ec7dad..57d87ddb26a 100644 --- a/databases/kpsql/Makefile +++ b/databases/kpsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/10 12:14:07 wulf Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/14 15:04:50 jlam Exp $ # DISTNAME= kpsql-1.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.mutinybaysoftware.com/kpsql.html COMMENT= Interactive Query Tool for PostgreSQL DEPENDS+= kdebase>=1.1:../../x11/kdebase -DEPENDS+= postgresql>=6.4:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib # # PostgreSQL is currently not supported by all platforms |