summaryrefslogtreecommitdiff
path: root/editors/emacs20
diff options
context:
space:
mode:
authorwiz <wiz>2007-10-16 21:32:59 +0000
committerwiz <wiz>2007-10-16 21:32:59 +0000
commit6bea42e07aa25208f72cc656a34471e1d8fa0260 (patch)
treeff0214e141e1a1c5b443196e07a6cb075db97b88 /editors/emacs20
parent6890be67a1bc725ac4f2df6c7801bd733bbcb3e2 (diff)
downloadpkgsrc-6bea42e07aa25208f72cc656a34471e1d8fa0260.tar.gz
Remove some legacy support after branching 2007Q3.
Diffstat (limited to 'editors/emacs20')
-rw-r--r--editors/emacs20/options.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/editors/emacs20/options.mk b/editors/emacs20/options.mk
index 44b6d5b66be..43c2cd4ee8a 100644
--- a/editors/emacs20/options.mk
+++ b/editors/emacs20/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2007/08/13 12:40:58 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2007/10/16 21:33:00 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= emacs-pop inet6 x11
@@ -6,24 +6,6 @@ PKG_OPTIONS_OPTIONAL_GROUPS= toolkit
PKG_OPTIONS_GROUP.toolkit= motif xaw
PKG_SUGGESTED_OPTIONS= emacs-pop inet6
-###
-### OBSOLETE section. Should be removed after pkgsrc-2007Q4.
-###
-
-PKG_OPTIONS_LEGACY_VARS+= EMACS_USE_POP:emacs-pop
-PKG_OPTIONS_LEGACY_VARS+= EMACS_USE_X:x11
-
-.if defined(EMACS_USE_X) && defined(EMACS_USE_X_TOOLKIT)
-. if (${EMACS_USE_X_TOOLKIT} == "lucid") || \
- (${EMACS_USE_X_TOOLKIT} == "athena")
-PKG_LEGACY_OPTIONS+= xaw
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable EMACS_USE_X_TOOLKIT="${EMACS_USE_X_TOOLKIT:Q}" used, use PKG_DEFAULT_OPTIONS+=xaw instead."
-. elif ${EMACS_USE_X_TOOLKIT} == "motif"
-PKG_LEGACY_OPTIONS+= motif
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable EMACS_USE_X_TOOLKIT="${EMACS_USE_X_TOOLKIT:Q}" used, use PKG_DEFAULT_OPTIONS+=motif instead."
-. endif
-.endif
-
.include "../../mk/bsd.options.mk"
###