Make BROKEN message more specific.
This commit is contained in:
parent
50cdf9c5b8
commit
e2a4ba760d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94722
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ MAN1= mars.1
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 501000
|
||||
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
||||
BROKEN= "Does not compile with recent gcc: needs stdarg.h, not varargs.h"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Reference in a new issue