summaryrefslogtreecommitdiff
path: root/databases/libpqxx
diff options
context:
space:
mode:
authorrecht <recht>2004-08-13 09:03:40 +0000
committerrecht <recht>2004-08-13 09:03:40 +0000
commit2894a99d27022c3c9bf11be7cb320fffe2a123e5 (patch)
tree4758ed566458dd049244ff58a829f02e021ee19d /databases/libpqxx
parentb60811d277bf47986f0a5ad84e98f3b00a60e8ce (diff)
downloadpkgsrc-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/libpqxx')
-rw-r--r--databases/libpqxx/Makefile4
1 files changed, 3 insertions, 1 deletions
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"