diff options
author | markd <markd> | 2008-01-08 08:35:18 +0000 |
---|---|---|
committer | markd <markd> | 2008-01-08 08:35:18 +0000 |
commit | ef5be92abaacfd4bec5957bd6610ed29f3fd9c36 (patch) | |
tree | 74a07c8cf5a2b5b1ca645488e5b924552fed2bd9 /x11/qt4-tools | |
parent | dc24a3e5279210d269457485eea34bbae095bc6e (diff) | |
download | pkgsrc-ef5be92abaacfd4bec5957bd6610ed29f3fd9c36.tar.gz |
Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbus
package. (and therefore set it explicitly in qt4-tools)
Bump PKGREVISION of qt4-libs.
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index d31e7013f8f..d06eb6714b8 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/01/05 22:15:24 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/01/08 08:35:19 markd Exp $ .include "../../x11/qt4-libs/Makefile.common" @@ -9,6 +9,7 @@ COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib +CONFIGURE_ARGS+= -DQT_NO_DBUS BUILD_TARGET= sub-tools |