summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/emacs19/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 44214c05e8a2..f88f3d9affa1 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU editing macros
+ONLY_FOR_ARCHS= i386
+
EMACS_VERSION= 19.34
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
@@ -32,12 +34,6 @@ 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}
@@ -50,4 +46,4 @@ post-install:
@${MKDIR} ${PREFIX}/etc/rc.d
@${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>