diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-28 08:56:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-28 08:56:00 +0000 |
commit | 1b00c1856e81ef7f6c81d99f373fe3c295d72217 (patch) | |
tree | 50cf83efde73cbdc6123754c8913ec3705c998f3 /chinese/xemacs | |
parent | 43492f0805e6b236ed4ad3e8ba502ab87396623f (diff) | |
download | ports-1b00c1856e81ef7f6c81d99f373fe3c295d72217.tar.gz ports-1b00c1856e81ef7f6c81d99f373fe3c295d72217.zip |
Notes
Diffstat (limited to 'chinese/xemacs')
-rw-r--r-- | chinese/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index 88e9aa848573..f10b7854ff66 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -42,8 +42,8 @@ PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH} .include <bsd.port.pre.mk> -.if ${ARCH} == ia64 -BROKEN= Configure fails on ia64 +.if ${ARCH} != i386 +BROKEN= Configure fails outside i386: unrecognized architecture .endif .if (${OSVERSION} >= 600000) |