diff options
author | drochner <drochner@pkgsrc.org> | 2003-02-18 19:16:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-02-18 19:16:53 +0000 |
commit | 842173fdb0f15862d5edd435743267e3d3719e2f (patch) | |
tree | 67119fb2777e65fb1817791f0ab90ec6e66cff3e /x11/qt3-tools | |
parent | 4bd7f0e8c7b048cecf894774a53b74bbc3dc3cbf (diff) | |
download | pkgsrc-842173fdb0f15862d5edd435743267e3d3719e2f.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-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 96c5689be4c..b366d722c04 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/02/04 18:09:17 skrll Exp $ +# $NetBSD: Makefile,v 1.17 2003/02/18 19:16:55 drochner Exp $ # .include "../qt3-libs/Makefile.common" @@ -9,8 +9,6 @@ COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${QTDIR}/include \ -L${QTDIR}/lib -MAKE_ENV+= LIBQT="-lqt-mt" - USE_BUILDLINK2= yes BUILD_QT3= yes UNLIMIT_RESOURCES= datasize |