diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-16 21:32:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-16 21:32:59 +0000 |
commit | 029e9b63769f1baa92d6661e22a08b7c3c38b568 (patch) | |
tree | ff0214e141e1a1c5b443196e07a6cb075db97b88 /editors/emacs20 | |
parent | 61e3c412f5a4f39d46ffd6928e7c870d02a983c1 (diff) | |
download | pkgsrc-029e9b63769f1baa92d6661e22a08b7c3c38b568.tar.gz |
Remove some legacy support after branching 2007Q3.
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/options.mk | 20 |
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" ### |