diff options
author | kris <kris@FreeBSD.org> | 2004-03-28 13:02:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-28 13:02:50 +0800 |
commit | a8c438c3cfb86628d262c5697cf6a488b3d120ef (patch) | |
tree | 696b08f511b9210b41aaf3c65acde7b24928e3b8 | |
parent | bb18ac59407f33fd779393494d5c26e7bf878a58 (diff) | |
download | freebsd-ports-graphics-a8c438c3cfb86628d262c5697cf6a488b3d120ef.tar.gz freebsd-ports-graphics-a8c438c3cfb86628d262c5697cf6a488b3d120ef.tar.zst freebsd-ports-graphics-a8c438c3cfb86628d262c5697cf6a488b3d120ef.zip |
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.
-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 91735f94776..186b93dea5b 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 |