aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/djbdns/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile
index 5d1c52be11b5..94cf1302361b 100644
--- a/dns/djbdns/Makefile
+++ b/dns/djbdns/Makefile
@@ -14,13 +14,13 @@ MASTER_SITES= http://cr.yp.to/djbdns/ \
DISTNAME= djbdns-${DJBDNS_VER}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-OPTIONS= DUMPCACHE 'persistent cache for dnscache' off \
- IPV6 'IPv6 support by Felix von Leitner' off \
- IGNOREIP 'ignoreip2 patch by Russell Nelson' off \
- JUMBO 'jumbo patch by Claudiu Costin' off \
- MAN 'manual pages by Gerritt Pape' on \
- PERSISTENT_MMAP 'persistent mmap patch by Lennert Buytenhek' off \
- SRV 'SRV record patch by Michael Handler' off
+OPTIONS= DUMPCACHE "persistent cache for dnscache" off \
+ IPV6 "IPv6 support by Felix von Leitner" off \
+ IGNOREIP "ignoreip2 patch by Russell Nelson" off \
+ JUMBO "jumbo patch by Claudiu Costin" off \
+ MAN "manual pages by Gerritt Pape" on \
+ PERSISTENT_MMAP "persistent mmap patch by Lennert Buytenhek" off \
+ SRV "SRV record patch by Michael Handler" off
.include <bsd.port.pre.mk>