diff options
author | hauke <hauke@pkgsrc.org> | 2017-02-23 10:46:34 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2017-02-23 10:46:34 +0000 |
commit | 1a420fe39e743129f7d3f5cb1879d3ed85dbde51 (patch) | |
tree | 4c1d10e1ad6000d54ea9918357fe10ad877f2225 /editors | |
parent | e784d848bcc24300e9fdf146777759437c03c253 (diff) | |
download | pkgsrc-1a420fe39e743129f7d3f5cb1879d3ed85dbde51.tar.gz |
xemacs-nox11 has no use for xface - no arms, no cookies.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 86f77591ad4..ea6ebf1c782 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.117 2016/12/30 23:27:14 wiz Exp $ +# $NetBSD: Makefile,v 1.118 2017/02/23 10:46:34 hauke Exp $ PKGNAME= ${DISTNAME} COMMENT= XEmacs text editor version 21 -PKG_SUPPORTED_OPTIONS+= x11 +PKG_SUPPORTED_OPTIONS+= x11 xface PKG_SUGGESTED_OPTIONS+= x11 .include "Makefile.common" diff --git a/editors/xemacs/options.mk b/editors/xemacs/options.mk index 7e2fedf4663..6b20f58e002 100644 --- a/editors/xemacs/options.mk +++ b/editors/xemacs/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.13 2016/12/30 23:27:14 wiz Exp $ +# $NetBSD: options.mk,v 1.14 2017/02/23 10:46:34 hauke Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs -PKG_SUPPORTED_OPTIONS+= ldap xface canna debug +PKG_SUPPORTED_OPTIONS+= ldap canna debug .include "../../mk/bsd.options.mk" |