summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-06 16:59:55 +0000
committerwiz <wiz@pkgsrc.org>2004-07-06 16:59:55 +0000
commit98c8a0038688538adfc2ed978330bc62ad6c1582 (patch)
treec295121c1bebe5e9f683c6531cb0b53e18c51c87
parent9fae5827ab43dc9f8457aa489ed614cf762c87de (diff)
downloadpkgsrc-98c8a0038688538adfc2ed978330bc62ad6c1582.tar.gz
Convert to bl3.
-rw-r--r--x11/qt3-psql/Makefile8
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"