summaryrefslogtreecommitdiff
path: root/databases/kpsql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-05 20:14:20 +0000
committerjlam <jlam@pkgsrc.org>2003-01-05 20:14:20 +0000
commit475cbe5281ff44f7b13454f24fc7d64c2a338df2 (patch)
treeb69974774881184f981349b96bd3d886fb6d92b6 /databases/kpsql
parent4ec712783e2eb6ec0ee1c259ba86d37331e80721 (diff)
downloadpkgsrc-475cbe5281ff44f7b13454f24fc7d64c2a338df2.tar.gz
Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Diffstat (limited to 'databases/kpsql')
-rw-r--r--databases/kpsql/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/databases/kpsql/Makefile b/databases/kpsql/Makefile
index 4701b3e22b0..d481d713469 100644
--- a/databases/kpsql/Makefile
+++ b/databases/kpsql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/03/13 17:36:45 fredb Exp $
+# $NetBSD: Makefile,v 1.8 2003/01/05 20:14:23 jlam Exp $
#
DISTNAME= kpsql-1.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.mutinybaysoftware.com/downloads/
EXTRACT_SUFX= .tgz
@@ -12,12 +12,7 @@ HOMEPAGE= http://www.mutinybaysoftware.com/kpsql.html
COMMENT= Interactive Query Tool for PostgreSQL
DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
-DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib
-
-#
-# PostgreSQL is currently not supported by all platforms
-#
-NOT_FOR_PLATFORM= *-*-mips
+DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib
USE_X11BASE= yes
USE_GMAKE= yes