aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:34:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:34:28 +0000
commit7c2081387cbfbe0dc4f726c2aef87afad5d6f07a (patch)
tree2e7b9a0d6a275469c9c2f6a6b3b527fc2485c37c /editors/emacs23
parentba794034b349477dc4cabd74260445d61e1c86c7 (diff)
downloadports-7c2081387cbfbe0dc4f726c2aef87afad5d6f07a.tar.gz
ports-7c2081387cbfbe0dc4f726c2aef87afad5d6f07a.zip
BROKEN on !i386 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=102069
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 4dd6e7b86628..44214c05e8a2 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/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>