mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on powerpc-9: does not install.
Hat: portmgr Feature safe: yes
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue