summaryrefslogtreecommitdiff
path: root/x11/qt3-psql
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-13 08:59:46 +0000
committerrecht <recht@pkgsrc.org>2004-08-13 08:59:46 +0000
commite60d7f44d425de14cc6a958e31807c0f14d58fab (patch)
treed4bf3c8df15c20949a93355903f90a16273268ca /x11/qt3-psql
parent16152f843857a9d77079f78ec4e300bd2724fb93 (diff)
downloadpkgsrc-e60d7f44d425de14cc6a958e31807c0f14d58fab.tar.gz
Set PGSQL_VERSION_REQD to 73 (for now) to fix the build.
Diffstat (limited to 'x11/qt3-psql')
-rw-r--r--x11/qt3-psql/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile
index fb70ddd5fcf..f0f8dcc71d4 100644
--- a/x11/qt3-psql/Makefile
+++ b/x11/qt3-psql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/07/24 22:45:16 recht Exp $
+# $NetBSD: Makefile,v 1.15 2004/08/13 08:59:46 recht Exp $
#
.include "../qt3-libs/Makefile.common"
@@ -13,6 +13,8 @@ CONFIGURE_ARGS+= -I${QTDIR}/include \
USE_BUILDLINK3= yes
BUILD_QT3= yes
+PGSQL_VERSION_REQD= 73
+
do-build:
(cd ${WRKSRC}/plugins/src/sqldrivers/psql; \
${SETENV} ${MAKE_ENV} ${GMAKE})