summaryrefslogtreecommitdiff
path: root/databases/libpqxx
diff options
context:
space:
mode:
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"