summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-10-16 21:32:59 +0000
committerwiz <wiz@pkgsrc.org>2007-10-16 21:32:59 +0000
commit029e9b63769f1baa92d6661e22a08b7c3c38b568 (patch)
treeff0214e141e1a1c5b443196e07a6cb075db97b88 /editors/emacs
parent61e3c412f5a4f39d46ffd6928e7c870d02a983c1 (diff)
downloadpkgsrc-029e9b63769f1baa92d6661e22a08b7c3c38b568.tar.gz
Remove some legacy support after branching 2007Q3.
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/options.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/editors/emacs/options.mk b/editors/emacs/options.mk
index 8558abfd2a3..ef92f84f5f7 100644
--- a/editors/emacs/options.mk
+++ b/editors/emacs/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2007/08/23 13:57:38 obache Exp $
+# $NetBSD: options.mk,v 1.5 2007/10/16 21:33:00 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= x11
-PKG_SUPPORTED_OPTIONS+= nox11 # OBSOLETE; remove after pkgsrc-2007Q4
PKG_OPTIONS_OPTIONAL_GROUPS= toolkit
PKG_OPTIONS_GROUP.toolkit= gtk motif xaw
PKG_SUGGESTED_OPTIONS= x11
@@ -10,15 +9,6 @@ PKG_SUGGESTED_OPTIONS= x11
.include "../../mk/bsd.options.mk"
###
-### OBSOLETE section. Should be removed after pkgsrc-2007Q4.
-### The "nox11" option implies removing all of the "x11"-related options.
-###
-.if !empty(PKG_OPTIONS:Mnox11)
-PKG_OPTIONS:= ${PKG_OPTIONS:Nx11:Ngtk:Nmotif:Nxaw}
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated option nox11 used, use option -x11 instead."
-.endif
-
-###
### Any of the "toolkit" options implies "x11".
###
.if !empty(PKG_OPTIONS:Mgtk) || !empty(PKG_OPTIONS:Mmotif) || !empty(PKG_OPTIONS:Mxaw)