diff options
author | roy <roy@pkgsrc.org> | 2009-03-18 21:58:26 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-03-18 21:58:26 +0000 |
commit | 1fb4fe7c3fc54a00d3ea1a28439594eb15904282 (patch) | |
tree | 7d4ec9fcab53ae6e8fbe93aedc2a4d61c4cc03cc /net | |
parent | 070cf3f7f8195bc502acb059f55bc4f054911fc9 (diff) | |
download | pkgsrc-1fb4fe7c3fc54a00d3ea1a28439594eb15904282.tar.gz |
We need pkg-config to build against DBus.
Diffstat (limited to 'net')
-rw-r--r-- | net/dnsmasq/options.mk | 3 |
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 |