diff options
Diffstat (limited to 'x11/qt3-psql/Makefile')
-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}) |