summaryrefslogtreecommitdiff
path: root/editors/emacs21-nox11
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs21-nox11')
-rw-r--r--editors/emacs21-nox11/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile
index 8ededecd41a..f5d57e7caab 100644
--- a/editors/emacs21-nox11/Makefile
+++ b/editors/emacs21-nox11/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2007/06/11 13:38:47 markd Exp $
+# $NetBSD: Makefile,v 1.5 2007/08/13 12:40:59 jlam Exp $
-DISTNAME= emacs-${EMACSVERSION}a
PKGNAME= emacs-nox11-${EMACSVERSION}a
-PKGREVISION= 8
CATEGORIES= editors
-COMMENT= GNU editing macros (editor) - non X11 version
-
-.include "../../editors/emacs21/Makefile.common"
+COMMENT_EXTRA= : non-X11 version
CONFLICTS+= emacs-[0-9]*
-CONFIGURE_ARGS+=--without-x
+.include "../../mk/bsd.prefs.mk"
+
+# Forcibly remove any "x11" options.
+PKG_OPTIONS.emacs+= -x11 -emacs-xaw3d -motif -xaw
-.include "../../mk/bsd.pkg.mk"
+.include "../../editors/emacs21/Makefile"