diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-02 19:13:34 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-02 19:13:34 +0000 |
commit | 7a7f70694dc792cef413b02bbb20f8f36344e564 (patch) | |
tree | 415f0813d608df03601049a73cd74d41918eb9d9 /net/djbdns/options.mk | |
parent | af32426b9b8f0f06cfe3c4ae5b11faf43eae8782 (diff) | |
download | pkgsrc-7a7f70694dc792cef413b02bbb20f8f36344e564.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/options.mk')
-rw-r--r-- | net/djbdns/options.mk | 4 |
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" || \ |