Mark as broken on powerpc-9: does not install.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 05:00:52 +00:00
parent 3a4d0a2ea1
commit 088068f3fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285524
2 changed files with 11 additions and 1 deletions

View file

@ -38,4 +38,10 @@ do-install:
${PREFIX}/share/ispell/ukrainian.dict
${INSTALL_SCRIPT} ${FILESDIR}/ispell-uk ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not install on powerpc-9
.endif
.include <bsd.port.post.mk>

View file

@ -58,6 +58,10 @@ OPTIONS= SQLITE "Support for Firefox cookies" Off
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not install on powerpc-9
.endif
.if defined(WITH_SQLITE)
CONFIGURE_ARGS+= --with-sqlite3
LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3