summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2017-11-17 15:09:34 +0000
committerhauke <hauke@pkgsrc.org>2017-11-17 15:09:34 +0000
commit519de0bf7db824e28cbbd432327daa8798f7fd22 (patch)
treeecc4511f12103c222f1eea081771a1cce16414de /editors
parent5967a16bbc7c7bc88194d621a4a87087571e8505 (diff)
downloadpkgsrc-519de0bf7db824e28cbbd432327daa8798f7fd22.tar.gz
Default build without xft - there are problems with switching fonts,
and we end up with a proportional font, which defeats the primary use of this editor.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index fcff6a4d638..31ba7137804 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2017/11/15 14:46:31 hauke Exp $
+# $NetBSD: Makefile,v 1.93 2017/11/17 15:09:34 hauke Exp $
PKGNAME= ${DISTNAME}
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
@@ -6,7 +6,7 @@ COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
# extra options for x11 support, not for sharing with xemacs-current-nox11
PKG_SUPPORTED_OPTIONS+= x11 xft xface
-PKG_SUGGESTED_OPTIONS+= x11 xft
+PKG_SUGGESTED_OPTIONS+= x11
.include "options.mk"
.include "Makefile.common"