diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-28 05:02:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-28 05:02:50 +0000 |
commit | f48c117a3c0cf8fbf5af1d03996efd971c6ec42e (patch) | |
tree | 5f5806ad058c04ba30a5465074aefd927de09032 /editors | |
parent | 709007f64c7e5acd528f54af846d21a34cbb94f8 (diff) |
Mark ONLY_FOR_ARCHS: this port only builds on alpha and i386, and is not
likely to be ported to other architectures. Use the emacs port instead.
Notes
Notes:
svn path=/head/; revision=105474
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 91735f947764..186b93dea5b9 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -20,6 +20,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= GNU editing macros +ONLY_FOR_ARCHS= i386 alpha USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 |