summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-06-13 14:45:19 +0000
committergdt <gdt@pkgsrc.org>2012-06-13 14:45:19 +0000
commit2e081db847f7c04cab869798b6eab9356225df94 (patch)
tree773b3597440c9b971bdaf82cd7f32d612d6f6e4b /net
parentb1aa6f64d30d1be1dcfb3ea12d30fceae3a75d0b (diff)
downloadpkgsrc-2e081db847f7c04cab869798b6eab9356225df94.tar.gz
Drop legacy vars binding.
Almost certainly no one is using them, and it's been years since they've been deprecated.
Diffstat (limited to 'net')
-rw-r--r--net/quagga/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/quagga/options.mk b/net/quagga/options.mk
index 4394ff15bf5..3ab2ceba852 100644
--- a/net/quagga/options.mk
+++ b/net/quagga/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2012/06/12 15:46:01 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2012/06/13 14:45:19 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.quagga
PKG_SUPPORTED_OPTIONS= inet6
@@ -8,9 +8,6 @@ PKG_SUGGESTED_OPTIONS= inet6
PKG_SUGGESTED_OPTIONS+= quagga-ospf-opaque-lsa
PKG_SUGGESTED_OPTIONS+= quagga-vtysh
-PKG_OPTIONS_LEGACY_VARS+= USE_ZEBRA_OSPF_OPAQUELSA:quagga-ospf-opaque-lsa
-PKG_OPTIONS_LEGACY_VARS+= USE_ZEBRA_VTYSH:quagga-vtysh
-
.include "../../mk/bsd.options.mk"
###