1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

BROKEN on !i386: Configure fails

This commit is contained in:
Kris Kennaway 2005-08-31 03:11:16 +00:00
parent 29bbf61b59
commit f9e61365da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141524

View File

@ -30,10 +30,16 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs-build
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Configure fails on !i386"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/python|${LOCALBASE}/bin/python|g' \
${WRKSRC}/bin/pitivi.in
@${REINPLACE_CMD} -e 's|0.1.9|0.1.10|g' \
${WRKSRC}/pitivi/ui/mainwindow.py
.include <bsd.port.mk>
.include <bsd.port.post.mk>