1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

BROKEN on i386 and ia64: Configure fails

This commit is contained in:
Kris Kennaway 2005-10-28 23:27:24 +00:00
parent 71402f0203
commit c60b67977b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146627

View File

@ -44,6 +44,12 @@ MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
ALL_TARGET= all dist
PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH}
.include <bsd.port.pre.mk>
.if ${ARCH} == i386 || ${ARCH} == ia64
BROKEN= "Configure fails on i386 and ia64"
.endif
# Have
pre-configure:
.if defined(HAVE_MOTIF)
@ -90,4 +96,4 @@ post-install:
# Display XIM usages.
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>