pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dnsmasq We need pkg-config to build against DBus.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/141642c1fc07
branches:  trunk
changeset: 556288:141642c1fc07
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Mar 18 21:58:26 2009 +0000

description:
We need pkg-config to build against DBus.

diffstat:

 net/dnsmasq/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bc1d3637a4e5 -r 141642c1fc07 net/dnsmasq/options.mk
--- a/net/dnsmasq/options.mk    Wed Mar 18 21:49:51 2009 +0000
+++ b/net/dnsmasq/options.mk    Wed Mar 18 21:58:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2008/12/19 07:53:43 roy Exp $
+# $NetBSD: options.mk,v 1.2 2009/03/18 21:58:26 roy Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dnsmasq
 
@@ -7,6 +7,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mdbus)
+USE_TOOLS+=    pkg-config
 CFLAGS+=       -DHAVE_DBUS
 .include "../../sysutils/dbus/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index