summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs25-nox11/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs25-nox11/Makefile b/editors/emacs25-nox11/Makefile
index 57487b4a27b..5620ccdfa9d 100644
--- a/editors/emacs25-nox11/Makefile
+++ b/editors/emacs25-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/12 03:19:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/31 01:44:09 gdt Exp $
PKGNAME= ${DISTNAME:S/emacs/emacs25/:S/-/-nox11-/}
@@ -14,5 +14,6 @@ CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf
CONFIGURE_ARGS+= --without-rsvg --without-x --without-xft
CONFIGURE_ARGS+= --without-gif --without-jpeg --without-png
CONFIGURE_ARGS+= --without-tiff --without-xpm
+CONFIGURE_ARGS+= --without-ns
.include "../../mk/bsd.pkg.mk"