- Mark BROKEN on recent 8-STABLE: does not build
Feature safe: yes Reported by: pointyhat (8.1-R builds)
This commit is contained in:
parent
05c93ec7ae
commit
32de5c4af5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256801
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900009
|
||||
.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900009
|
||||
.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue