diff options
author | nia <nia@pkgsrc.org> | 2021-10-06 15:40:15 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-10-06 15:40:15 +0000 |
commit | da6ab44fe08dbc68c3f1e0ad4983abe4f23e0a70 (patch) | |
tree | 751747ddca133e34c0bb35e4c182b46482ed5de0 /editors | |
parent | 8ec9f214bc819c0ca4c328d32f784a851c1dfb5b (diff) | |
download | pkgsrc-da6ab44fe08dbc68c3f1e0ad4983abe4f23e0a70.tar.gz |
emacs21-nox11: MKPIE is not supported
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs21-nox11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile index 08c9252b050..e201fdb7f9c 100644 --- a/editors/emacs21-nox11/Makefile +++ b/editors/emacs21-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/01/16 15:20:48 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2021/10/06 15:40:15 nia Exp $ PKGNAME= emacs21-nox11-${EMACSVERSION}a PKGREVISION= 14 @@ -7,6 +7,8 @@ COMMENT_EXTRA= : non-X11 version CONFLICTS+= emacs21-[0-9]* +MKPIE_SUPPORTED= no + CONFIGURE_ARGS+= --without-x .include "../../editors/emacs21/Makefile.common" |