pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt4-qdbus Needs pkg-config to find dbus.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/982e4a135485
branches:  trunk
changeset: 538728:982e4a135485
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 18 09:49:38 2008 +0000

description:
Needs pkg-config to find dbus.

diffstat:

 x11/qt4-qdbus/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 712d6a0deaef -r 982e4a135485 x11/qt4-qdbus/Makefile
--- a/x11/qt4-qdbus/Makefile    Mon Feb 18 08:44:30 2008 +0000
+++ b/x11/qt4-qdbus/Makefile    Mon Feb 18 09:49:38 2008 +0000
@@ -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 @@
 CONFIGURE_ARGS+=       -I${QTDIR}/include -L${QTDIR}/lib
 CONFIGURE_ARGS+=       -qdbus
 
+USE_TOOLS+=            pkg-config
+
 BUILD_QT4=             yes
 
 post-configure:



Home | Main Index | Thread Index | Old Index