IGNORE should be used instead of BROKEN to indicate that a port
will never be available on a particular OS release version. PR: 53441 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
3b72d26706
commit
23d233d7c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83752
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ MAN1= ginac-config.1 ginsh.1 viewgar.1
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "need gcc32 and cln must build with gcc32"
|
||||
IGNORE= "needs gcc32 and cln must be built with gcc32"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue