- Correct condition for BROKEN: && -> ||.

I had forgotten de Morgan's laws!  :-)
This commit is contained in:
Stephen Montgomery-Smith 2015-06-24 20:02:06 +00:00
parent 07d4a6adef
commit e3e0c88105
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390515

View file

@ -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