summaryrefslogtreecommitdiff
path: root/databases/gtranscript
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/gtranscript
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/gtranscript')
-rw-r--r--databases/gtranscript/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile
index 407d8a475c1..a167819ab32 100644
--- a/databases/gtranscript/Makefile
+++ b/databases/gtranscript/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2002/03/13 17:36:44 fredb Exp $
+# $NetBSD: Makefile,v 1.14 2003/01/05 20:14:22 jlam Exp $
#
DISTNAME= gtranscript-0.0.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://gtranscript.linuxbox.com/ \
ftp://ftp.matrix.com.br/pub/linuxberg/files/gnome/office/ \
@@ -19,11 +19,11 @@ HOMEPAGE= http://gtranscript.linuxbox.com/
COMMENT= SQL Database Client with GNOME frontend
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
-DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib
+DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib
GNU_CONFIGURE= YES
USE_X11BASE= YES
-CPPFLAGS+= -I${LOCALBASE}/include # pgsql/*.h
+CPPFLAGS+= -I${LOCALBASE}/include # <postgresql/*.h>
.include "../../mk/bsd.pkg.mk"