1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

BROKEN on !i386: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 21:32:03 +00:00
parent a5232f8056
commit 57661c6091
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132013

View File

@ -24,6 +24,12 @@ PYDISTUTILS_INSTALLARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib \
install -c -O1 --prefix=${PREFIX}
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-patch:
@${REINPLACE_CMD} -e "s,/usr/share,${PREFIX}/share," ${WRKSRC}/arch.conf
@${REINPLACE_CMD} -e "s,/etc/arch\.conf,${PREFIX}/etc/arch\.conf," ${WRKSRC}/CHM.py
@ -37,4 +43,4 @@ post-patch:
post-install:
@${ECHO} "archmage" > ${PYTHON_SITELIBDIR}/archmage.pth
.include <bsd.port.mk>
.include <bsd.port.post.mk>