- Correct condition for BROKEN: && -> ||.
I had forgotten de Morgan's laws! :-)
This commit is contained in:
parent
07d4a6adef
commit
e3e0c88105
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390515
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ post-build:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000000 && ${ARCH} == "i386"
|
||||
.if ${OSVERSION} < 1000000 || ${ARCH} == "i386"
|
||||
BROKEN= Doesn't build on FreeBSD 9 nor i386
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue