summaryrefslogtreecommitdiff
path: root/net/djbdns
diff options
context:
space:
mode:
authorhasso <hasso>2009-05-02 19:13:34 +0000
committerhasso <hasso>2009-05-02 19:13:34 +0000
commit5c483a60b74f538403de69adf6f0afe7d7de5bd1 (patch)
tree415f0813d608df03601049a73cd74d41918eb9d9 /net/djbdns
parentb53b8998160fe8cee2e35a8b2281c4ed3c912b48 (diff)
downloadpkgsrc-5c483a60b74f538403de69adf6f0afe7d7de5bd1.tar.gz
Unbreak the build on DragonFly. The djbware-errno-hack option which is
necessary for DragonFly is defined in the mk/djbware.mk and it's processed before the options.mk.
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 fd80e4f2645..4a95084313f 100644
--- a/net/djbdns/options.mk
+++ b/net/djbdns/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.12 2009/04/22 04:48:13 schmonz Exp $
+# $NetBSD: options.mk,v 1.13 2009/05/02 19:13:34 hasso Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.djbdns
PKG_SUPPORTED_OPTIONS+= inet6 djbdns-cachestats djbdns-ignoreip2
PKG_SUPPORTED_OPTIONS+= djbdns-tinydns64
PKG_OPTIONS_OPTIONAL_GROUPS= qmerge
PKG_OPTIONS_GROUP.qmerge= djbdns-qmerge1 djbdns-qmerge2
-PKG_SUGGESTED_OPTIONS= djbdns-qmerge2
+PKG_SUGGESTED_OPTIONS+= djbdns-qmerge2
.if ${MACHINE_ARCH} == "sparc64" || \