diff options
author | wiz <wiz@pkgsrc.org> | 2008-02-18 09:49:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-02-18 09:49:38 +0000 |
commit | 315498dac6228606da0d1c21529f6e3d46778300 (patch) | |
tree | 0473c5f687e0556f9d52d0b9d8c769c974afcacc /x11 | |
parent | 95cb8b6c1db2a21a475730d56c3a9b5ffbe364c1 (diff) | |
download | pkgsrc-315498dac6228606da0d1c21529f6e3d46778300.tar.gz |
Needs pkg-config to find dbus.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-qdbus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt4-qdbus/Makefile b/x11/qt4-qdbus/Makefile index 23546c2ce88..cdacb5dbba4 100644 --- a/x11/qt4-qdbus/Makefile +++ b/x11/qt4-qdbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/12/12 11:56:10 markd Exp $ +# $NetBSD: Makefile,v 1.3 2008/02/18 09:49:38 wiz Exp $ .include "../../x11/qt4-libs/Makefile.common" @@ -8,6 +8,8 @@ COMMENT= QT DBus support CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib CONFIGURE_ARGS+= -qdbus +USE_TOOLS+= pkg-config + BUILD_QT4= yes post-configure: |