mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fine-tune the BROKEN statement: it seems to install fine on i386-7.
Approved by: portmgr (self)
This commit is contained in:
parent
6a7cf7a56f
commit
5c19bb0273
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202800
@ -32,8 +32,10 @@ SUB_FILES= pkg-install pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 700000
|
||||
BROKEN= bad plist
|
||||
.if ${OSVERSION} >= 700000
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user