summaryrefslogtreecommitdiff
path: root/net/djbdns
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-10-05 05:46:54 +0000
committerschmonz <schmonz@pkgsrc.org>2005-10-05 05:46:54 +0000
commit07daddfb161a2893654ccb77c100eb58269f7456 (patch)
treec0373cbd646f8217c0d2ac9f62e2a39df7307ecc /net/djbdns
parent42c8501ac24c5af7a7c84b05ea99bb110a1bd049 (diff)
downloadpkgsrc-07daddfb161a2893654ccb77c100eb58269f7456.tar.gz
Remove legacy DJB_ERRNO_HACK (replaced with djbware-errno-hack option).
Diffstat (limited to 'net/djbdns')
-rw-r--r--net/djbdns/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/djbdns/options.mk b/net/djbdns/options.mk
index 2ef237e47b0..a9dbdad0ea7 100644
--- a/net/djbdns/options.mk
+++ b/net/djbdns/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2005/10/05 04:28:00 schmonz Exp $
+# $NetBSD: options.mk,v 1.8 2005/10/05 05:46:54 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.djbdns
PKG_SUPPORTED_OPTIONS+= inet6 djbdns-ignoreip2 djbdns-tinydns64
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS+= inet6 djbdns-ignoreip2 djbdns-tinydns64
.if ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "amd64"
-PKG_SUGGESTED_OPTIONS= djbdns-tinydns64
+PKG_SUGGESTED_OPTIONS+= djbdns-tinydns64
.endif
.include "../../mk/bsd.options.mk"