diff options
author | nia <nia@pkgsrc.org> | 2021-09-27 15:57:32 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-27 15:57:32 +0000 |
commit | 436fb0bae04ae882197f6efc33da29b1eab3b9b7 (patch) | |
tree | 0534b9629b8c932d42f019d57d3500b031fd020d /editors/xemacs | |
parent | 0aeca6d19ecc28d6141c5847bfc8619d03d32d75 (diff) | |
download | pkgsrc-436fb0bae04ae882197f6efc33da29b1eab3b9b7.tar.gz |
xemacs: not ready for MKPIE for the same reason as emacs (segfault
during build)
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common index a3f21563a58..4d3b04237e8 100644 --- a/editors/xemacs/Makefile.common +++ b/editors/xemacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2021/03/28 10:36:33 hauke Exp $ +# $NetBSD: Makefile.common,v 1.37 2021/09/27 15:57:32 nia Exp $ # # used by editors/xemacs-nox11/Makefile # used by editors/xemacs/Makefile @@ -11,6 +11,8 @@ MAINTAINER= hauke@NetBSD.org HOMEPAGE= https://www.xemacs.org/ LICENSE= gnu-gpl-v2 +MKPIE_SUPPORTED= no + .include "../../mk/bsd.prefs.mk" FILESDIR= ${.CURDIR}/../../editors/xemacs/files |