From 2894a99d27022c3c9bf11be7cb320fffe2a123e5 Mon Sep 17 00:00:00 2001 From: recht Date: Fri, 13 Aug 2004 09:03:40 +0000 Subject: Also set PGSQL_VERSION_REQD to 73 for these until issues with PostgreSQL 7.4 are sorted out. --- databases/libpqxx/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/libpqxx') 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" -- cgit v1.2.3