mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- Fix broken condition: OSVERSION >= 700000 not 70000
Submitted by: Christian Laursen Pointy hat to: sem
This commit is contained in:
parent
5359f933ed
commit
60e6be7b13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147628
@ -65,7 +65,7 @@ MAN7= fsf-funding.7 gfdl.7 gpl.7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 70000
|
||||
.if ${OSVERSION} >= 700000
|
||||
BROKEN= "Does not build on FreeBSD >= 7.0"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user