summaryrefslogtreecommitdiff
path: root/net/dnsmasq
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
committerwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
commit2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /net/dnsmasq
parent6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff)
downloadpkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'net/dnsmasq')
-rw-r--r--net/dnsmasq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile
index 48b7072d8aa..5551a850806 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/01/31 12:39:22 roy Exp $
+# $NetBSD: Makefile,v 1.17 2012/06/12 15:45:59 wiz Exp $
#
DISTNAME= dnsmasq-2.59
@@ -16,6 +16,7 @@ CONF_FILES= ${PREFIX}/share/examples/dnsmasq/dnsmasq.conf.example \
PKG_DESTDIR_SUPPORT= user-destdir
PKG_OPTIONS_VAR= PKG_OPTIONS.dnsmasq
PKG_SUPPORTED_OPTIONS= dbus inet6
+PKG_SUGGESTED_OPTIONS= inet6
PLIST_VARS+= dbus
.include "../../mk/bsd.options.mk"