diff options
author | frueauf <frueauf> | 1999-01-04 09:30:46 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-01-04 09:30:46 +0000 |
commit | 88c67a5c95ac6c04acabdf14e6e536c508a66abe (patch) | |
tree | d45945fd65792d4a00bd99abee41fbc0e31002e4 /editors/emacs | |
parent | 8cd79b25e80b0537c0a3cedcd9d186de400c7d4c (diff) | |
download | pkgsrc-88c67a5c95ac6c04acabdf14e6e536c508a66abe.tar.gz |
Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 7d0b7fe853d..3134372b7a6 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1998/09/04 02:30:25 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/01/04 09:30:46 frueauf Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -11,6 +11,8 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html CONFLICTS= emacs-20.2 +NOT_FOR_ARCHS= mips # ${WRKSRC}/src/m/{pmax.h,mips.h} need porting + GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+= --with-pop --with-x --with-x-toolkit=lucid |