diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 12:50:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 12:50:31 +0000 |
commit | a64412f2a40ea0e96db97ab1f17adf7077dcece3 (patch) | |
tree | 8169f95c2c203220d765d0ce2f3f528935e98504 /editors | |
parent | eea2b2f9caa6d436c2633ca665748f04ba17ef2a (diff) | |
download | ports-a64412f2a40ea0e96db97ab1f17adf7077dcece3.tar.gz ports-a64412f2a40ea0e96db97ab1f17adf7077dcece3.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs19/Makefile | 10 |
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> |