summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-02-16 15:57:59 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-02-16 15:57:59 +0000
commitca7718476b2e4b112349d47d58631fb11c13b427 (patch)
treefb2bd8b9c110e4139296b182eb85282942658efb /dns
parentUpdate pkg-descr and add author attribution since it's a full quote. (diff)
Expand NLS/IDN comment.
Notes
Notes: svn path=/head/; revision=269246
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 0b99c807fc06..7cd3aba334f9 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -35,7 +35,8 @@ OPTIONS= IPV6 "IPv6 support" on
OPTIONS+= DBUS "DBUS support" off
OPTIONS+= NLS "NLS and IDN support" on
# unfortunately, NLS and IDN are inseparable in dnsmasq 2.56, this
-# has been reported to Simon Kelley on 2009-10-01 by the port maintainer.
+# has been reported to Simon Kelley on 2009-10-01 and 2011-02-16
+# by the port maintainer.
.include <bsd.port.pre.mk>