diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-06 16:59:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-06 16:59:55 +0000 |
commit | 5790328948dda6032f8d39b757f8bf6f6debd4dc (patch) | |
tree | c295121c1bebe5e9f683c6531cb0b53e18c51c87 /x11/qt3-psql | |
parent | 1cdf42dcdab12f4950770a425478ac6c153d88e1 (diff) | |
download | pkgsrc-5790328948dda6032f8d39b757f8bf6f6debd4dc.tar.gz |
Convert to bl3.
Diffstat (limited to 'x11/qt3-psql')
-rw-r--r-- | x11/qt3-psql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile index fdcf251128c..21b23035767 100644 --- a/x11/qt3-psql/Makefile +++ b/x11/qt3-psql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/16 14:30:45 recht Exp $ +# $NetBSD: Makefile,v 1.13 2004/07/06 16:59:55 wiz Exp $ # .include "../qt3-libs/Makefile.common" @@ -10,7 +10,7 @@ CONFIGURE_ARGS+= -I${QTDIR}/include \ -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql/server \ -L${QTDIR}/lib -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes BUILD_QT3= yes do-build: @@ -24,6 +24,6 @@ do-install: ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlpsql.la \ ${SQLDRVDIR} -.include "../../x11/qt3-libs/buildlink2.mk" -.include "../../databases/postgresql-lib/buildlink2.mk" +.include "../../x11/qt3-libs/buildlink3.mk" +.include "../../databases/postgresql-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |