diff options
author | roy <roy> | 2009-03-18 21:58:26 +0000 |
---|---|---|
committer | roy <roy> | 2009-03-18 21:58:26 +0000 |
commit | d0eba32b1d8230700525126fa56a721f407758a8 (patch) | |
tree | 7d4ec9fcab53ae6e8fbe93aedc2a4d61c4cc03cc | |
parent | 2cb883254da50220decaa282d380fe7a3bd30dcc (diff) | |
download | pkgsrc-d0eba32b1d8230700525126fa56a721f407758a8.tar.gz |
We need pkg-config to build against DBus.
-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 |