1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on ia64: Does not build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 20:34:30 +00:00
parent a16abe949b
commit d9e06a9e3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131992

View File

@ -43,6 +43,12 @@ INFO?= mew${MEW_MAJOR_VER} mew${MEW_MAJOR_VER}.jis
# manuals
MAN1= mewcat.1 mewdecode.1 mewencode.1 mewls.1 incm.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Does not build on ia64"
.endif
post-patch:
for f in mew-key.el info/mew.texi; do \
${REINPLACE_CMD} -i "" -E \
@ -61,4 +67,4 @@ post-install:
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>