summaryrefslogtreecommitdiff
path: root/editors/emacs24
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-12-31 16:50:19 +0000
committerwiz <wiz@pkgsrc.org>2013-12-31 16:50:19 +0000
commit95754666ca9da7396c70801306b495f2df5181a9 (patch)
treef2457e058c505f9dd653e0e8711b6ed71c11917e /editors/emacs24
parente00aa09027b2876f346252fe1d5a409c5bfee35e (diff)
downloadpkgsrc-95754666ca9da7396c70801306b495f2df5181a9.tar.gz
Remove obsolete legacy option, scheduled to be removed after 2013Q4.
Diffstat (limited to 'editors/emacs24')
-rw-r--r--editors/emacs24/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/emacs24/options.mk b/editors/emacs24/options.mk
index 534e5d7f3ab..6e26e0ee951 100644
--- a/editors/emacs24/options.mk
+++ b/editors/emacs24/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2013/08/14 20:17:08 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2013/12/31 16:50:19 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= dbus xft2 svg
@@ -8,9 +8,6 @@ PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit
PKG_OPTIONS_GROUP.toolkit= gtk2 gtk3 motif xaw
PKG_SUGGESTED_OPTIONS= dbus svg x11 xft2
-# remove after pkgsrc-2013Q4
-PKG_OPTIONS_LEGACY_OPTS= gtk:gtk2
-
.include "../../mk/bsd.options.mk"
###