summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2008-02-18 09:49:38 +0000
committerwiz <wiz>2008-02-18 09:49:38 +0000
commit520fa21b8b6a57571bdbdb01bb5d9319a7d45de9 (patch)
tree0473c5f687e0556f9d52d0b9d8c769c974afcacc /x11
parent440c677c898027423a8a8768ebc10bec6def4c81 (diff)
downloadpkgsrc-520fa21b8b6a57571bdbdb01bb5d9319a7d45de9.tar.gz
Needs pkg-config to find dbus.
Diffstat (limited to 'x11')
-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: