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 | f1e6e56108f5387497b90b41b02da1588a9699d1 (patch) | |
tree | 7d4ec9fcab53ae6e8fbe93aedc2a4d61c4cc03cc /net | |
parent | 323fd57027271cb4c4f15a7f72b29af834908ef5 (diff) | |
download | pkgsrc-f1e6e56108f5387497b90b41b02da1588a9699d1.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 |