diff options
author | recht <recht> | 2004-08-13 09:03:40 +0000 |
---|---|---|
committer | recht <recht> | 2004-08-13 09:03:40 +0000 |
commit | 2894a99d27022c3c9bf11be7cb320fffe2a123e5 (patch) | |
tree | 4758ed566458dd049244ff58a829f02e021ee19d /databases | |
parent | b60811d277bf47986f0a5ad84e98f3b00a60e8ce (diff) | |
download | pkgsrc-2894a99d27022c3c9bf11be7cb320fffe2a123e5.tar.gz |
Also set PGSQL_VERSION_REQD to 73 for these until issues with PostgreSQL
7.4 are sorted out.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gtksql/Makefile | 4 | ||||
-rw-r--r-- | databases/gtranscript/Makefile | 4 | ||||
-rw-r--r-- | databases/libpqxx/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 5ba7fcd6d5b..466b05c5a64 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/07/24 22:45:14 recht Exp $ +# $NetBSD: Makefile,v 1.30 2004/08/13 09:03:40 recht Exp $ # DISTNAME= gtksql-0.3 @@ -17,6 +17,8 @@ USE_BUILDLINK3= yes USE_X11BASE= # defined MAKE_ENV+= MCFLAGS="${CFLAGS}" +PGSQL_VERSION_REQD= 73 + .include "../../mk/pgsql.buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile index 45af9b42e90..42f2d230d15 100644 --- a/databases/gtranscript/Makefile +++ b/databases/gtranscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/07/24 22:45:14 recht Exp $ +# $NetBSD: Makefile,v 1.26 2004/08/13 09:03:40 recht Exp $ # DISTNAME= gtranscript-0.0.1 @@ -23,6 +23,8 @@ USE_X11BASE= YES #CPPFLAGS+= -I${LOCALBASE}/include # <postgresql/*.h> +PGSQL_VERSION_REQD= 73 + .include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 87c14bbf745..e951ce3a8b9 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/07/24 22:45:15 recht Exp $ +# $NetBSD: Makefile,v 1.12 2004/08/13 09:03:40 recht Exp $ # .include "../../databases/libpqxx/Makefile.common" @@ -21,5 +21,7 @@ CONFIGURE_ARGS+= --with-postgres-include=${PGSQL_PREFIX}/include/postgresql # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE} +PGSQL_VERSION_REQD= 73 + .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |