diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-10-05 04:28:00 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-10-05 04:28:00 +0000 |
commit | 5c4a2be5548a5a9b3a234030c858722e5a038e7b (patch) | |
tree | 7752e2611ea92f3e1f3daa7c1b4099356c9284f0 /net/djbdns | |
parent | 2c24c4caa1398689bddb22615508d9373d66fe1e (diff) | |
download | pkgsrc-5c4a2be5548a5a9b3a234030c858722e5a038e7b.tar.gz |
Now that a branch has been cut, remove PKG_OPTIONS_LEGACY_{OPTS,VARS}.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/djbdns/options.mk b/net/djbdns/options.mk index da5d64132f1..2ef237e47b0 100644 --- a/net/djbdns/options.mk +++ b/net/djbdns/options.mk @@ -1,9 +1,7 @@ -# $NetBSD: options.mk,v 1.6 2005/08/19 04:44:10 schmonz Exp $ +# $NetBSD: options.mk,v 1.7 2005/10/05 04:28:00 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.djbdns PKG_SUPPORTED_OPTIONS+= inet6 djbdns-ignoreip2 djbdns-tinydns64 -PKG_OPTIONS_LEGACY_OPTS+= ignoreip2:djbdns-ignoreip2 -PKG_OPTIONS_LEGACY_OPTS+= tinydns64:djbdns-tinydns64 .if ${MACHINE_ARCH} == "sparc64" || \ ${MACHINE_ARCH} == "alpha" || \ |