summaryrefslogtreecommitdiff
path: root/dns/dnsmasq-devel
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 15:09:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 15:09:58 +0000
commit123723612fe2bc89069adf0dd08b8b331edc12b4 (patch)
treeaf53e18b8244f7e34f51cac247b71a5be9c3e661 /dns/dnsmasq-devel
parentAdd DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. (diff)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes: svn path=/head/; revision=361941
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r--dns/dnsmasq-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile
index 3242f4361a5c..cbf925948806 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -23,7 +23,7 @@ SUB_FILES= pkg-message
CFLAGS+= -Wall -Wno-unused-value
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
-OPTIONS_DEFINE= IPV6 DBUS NLS IDN LUA DNSSEC
+OPTIONS_DEFINE= IPV6 DBUS NLS IDN LUA DNSSEC DOCS
OPTIONS_DEFAULT= IPV6 NLS DNSSEC
OPTIONS_EXCLUDE+= EXAMPLES
NLS_DESC= National Language Support (NLS, enables IDN)