summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-30 22:18:55 +0000
committerwiz <wiz>2016-12-30 22:18:55 +0000
commit79655980d152e9e26e86f31d36ef6c2af89704ed (patch)
tree0010f20381f0f77f721ed5572550dcb581f20031 /editors
parent9e8728ef2e398226180c646196510523763ae4f6 (diff)
downloadpkgsrc-79655980d152e9e26e86f31d36ef6c2af89704ed.tar.gz
Fix options framework abuse by emacs21-nox11.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs21-nox11/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile
index cbc9c978a1a..36daae7caf9 100644
--- a/editors/emacs21-nox11/Makefile
+++ b/editors/emacs21-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/04/26 05:54:30 mef Exp $
+# $NetBSD: Makefile,v 1.12 2016/12/30 22:18:55 wiz Exp $
PKGNAME= emacs21-nox11-${EMACSVERSION}a
PKGREVISION= 13
@@ -7,13 +7,5 @@ COMMENT_EXTRA= : non-X11 version
CONFLICTS+= emacs21-[0-9]*
-.include "../../mk/bsd.prefs.mk"
-
-# Forcibly remove any "x11" options.
-PKG_OPTIONS.emacs+= -x11 -xaw3d -motif -xaw
-
-.include "../../editors/emacs21/options.mk"
-
.include "../../editors/emacs21/Makefile.common"
-
.include "../../mk/bsd.pkg.mk"