summaryrefslogtreecommitdiff
path: root/x11/qt4-qdbus
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-02-18 09:49:38 +0000
committerwiz <wiz@pkgsrc.org>2008-02-18 09:49:38 +0000
commit0266f1592790bbd4d573a94f092b528ee84e99d4 (patch)
tree0473c5f687e0556f9d52d0b9d8c769c974afcacc /x11/qt4-qdbus
parent7be20acbb87242b4dfcdf3febb0feb8a7b7d40d9 (diff)
downloadpkgsrc-0266f1592790bbd4d573a94f092b528ee84e99d4.tar.gz
Needs pkg-config to find dbus.
Diffstat (limited to 'x11/qt4-qdbus')
-rw-r--r--x11/qt4-qdbus/Makefile4
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: