diff options
author | drochner <drochner> | 2003-02-18 19:16:53 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-02-18 19:16:53 +0000 |
commit | b3a61b9ff0fd177ba90c1e5ecd3f2f8c7c028f6b (patch) | |
tree | 67119fb2777e65fb1817791f0ab90ec6e66cff3e /x11/qt3-mysql/Makefile | |
parent | 6f30b161612767e0ea7b02648d32cb93c1f6b851 (diff) | |
download | pkgsrc-b3a61b9ff0fd177ba90c1e5ecd3f2f8c7c028f6b.tar.gz |
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.
Diffstat (limited to 'x11/qt3-mysql/Makefile')
-rw-r--r-- | x11/qt3-mysql/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |