diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-30 22:18:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-30 22:18:55 +0000 |
commit | fb8c2a63d03dc35a8b2a318727be503daa13827c (patch) | |
tree | 582f964d061fa4aa8f6b2bf786d1f473524a28f8 /editors | |
parent | e6945864439f26780c760706d518b8a2cb84e4d2 (diff) | |
download | pkgsrc-fb8c2a63d03dc35a8b2a318727be503daa13827c.tar.gz |
Fix options framework abuse by emacs21-nox11.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs21-nox11/Makefile | 10 |
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" |