summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorroy <roy>2009-03-18 21:58:26 +0000
committerroy <roy>2009-03-18 21:58:26 +0000
commitadb99953401fbb47da4673857ec2e68ad6599082 (patch)
tree7d4ec9fcab53ae6e8fbe93aedc2a4d61c4cc03cc /net
parent2c31a24e1d0f846fea5b118fb040d22e2a199b68 (diff)
downloadpkgsrc-adb99953401fbb47da4673857ec2e68ad6599082.tar.gz
We need pkg-config to build against DBus.
Diffstat (limited to 'net')
-rw-r--r--net/dnsmasq/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dnsmasq/options.mk b/net/dnsmasq/options.mk
index 433851d60a8..383476a1e42 100644
--- a/net/dnsmasq/options.mk
+++ b/net/dnsmasq/options.mk
@@ -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 @@ PKG_SUPPORTED_OPTIONS= dbus inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdbus)
+USE_TOOLS+= pkg-config
CFLAGS+= -DHAVE_DBUS
.include "../../sysutils/dbus/buildlink3.mk"
.endif