From b3a61b9ff0fd177ba90c1e5ecd3f2f8c7c028f6b Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 18 Feb 2003 19:16:53 +0000 Subject: Substitute "LIBQT" by something sensible at build time instead of leaving it an environment variable. So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3* context. --- x11/qt3-mysql/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'x11/qt3-mysql') diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index 1223e4eade9..2193b2a871b 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/02/04 18:09:17 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2003/02/18 19:16:55 drochner Exp $ # .include "../qt3-libs/Makefile.common" @@ -11,8 +11,6 @@ CONFIGURE_ARGS+= -I${QTDIR}/include \ -I${BUILDLINK_PREFIX.mysql-client}/include/mysql \ -L${BUILDLINK_PREFIX.mysql-client}/lib/mysql -MAKE_ENV+= LIBQT="-lqt-mt" - USE_BUILDLINK2= yes BUILD_QT3= yes -- cgit v1.2.3