summaryrefslogtreecommitdiff
path: root/editors/emacs19
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-19 12:50:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-19 12:50:31 +0000
commita64412f2a40ea0e96db97ab1f17adf7077dcece3 (patch)
tree8169f95c2c203220d765d0ce2f3f528935e98504 /editors/emacs19
parentUse the right MTREE_FILE (diff)
Set ONLY_FOR_ARCHS=i386; this either does not compile, or does not run on
non-i386 architectures. Use a newer version instead.
Notes
Notes: svn path=/head/; revision=107584
Diffstat (limited to 'editors/emacs19')
-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>