diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:34:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:34:28 +0000 |
commit | 7c2081387cbfbe0dc4f726c2aef87afad5d6f07a (patch) | |
tree | 2e7b9a0d6a275469c9c2f6a6b3b527fc2485c37c /editors/emacs | |
parent | ba794034b349477dc4cabd74260445d61e1c86c7 (diff) | |
download | ports-7c2081387cbfbe0dc4f726c2aef87afad5d6f07a.tar.gz ports-7c2081387cbfbe0dc4f726c2aef87afad5d6f07a.zip |
Notes
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 4dd6e7b86628..44214c05e8a2 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -32,6 +32,12 @@ CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run STRIP= MAN1= emacs.1 etags.1 ctags.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on !i386 5.x" +.endif + post-install: .for file in emacs-19.34 emacsclient etags ctags b2m ${STRIP_CMD} ${PREFIX}/bin/${file} @@ -44,4 +50,4 @@ post-install: @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d -.include <bsd.port.mk> +.include <bsd.port.post.mk> |