diff options
author | recht <recht> | 2004-08-13 08:59:46 +0000 |
---|---|---|
committer | recht <recht> | 2004-08-13 08:59:46 +0000 |
commit | fe8c5fa62ccae92c523da1635899a2bfe7b96c1e (patch) | |
tree | d4bf3c8df15c20949a93355903f90a16273268ca /x11 | |
parent | 73ffcbb54774b132bedbfce5eb2e900723219da6 (diff) | |
download | pkgsrc-fe8c5fa62ccae92c523da1635899a2bfe7b96c1e.tar.gz |
Set PGSQL_VERSION_REQD to 73 (for now) to fix the build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-psql/Makefile | 4 |
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}) |