summaryrefslogtreecommitdiff
path: root/editors/emacs/options.mk
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
commitb8a730a0df781dd0d87dce4829c61a59224a7263 (patch)
treeff0214e141e1a1c5b443196e07a6cb075db97b88 /editors/emacs/options.mk
parent03649029717cd8df4751e476857b53e66123cd92 (diff)
downloadpkgsrc-b8a730a0df781dd0d87dce4829c61a59224a7263.tar.gz
Remove some legacy support after branching 2007Q3.
Diffstat (limited to 'editors/emacs/options.mk')
-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)