- Mark BROKEN on amd64/6 too
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
parent
64a425ae65
commit
1ed4cd6673
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202903
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ PLIST_FILES= bin/ppmcaption
|
|||
BROKEN= "Does not compile on ia64"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} < 600000
|
||||
BROKEN= "Does not compile on amd64 5.x"
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} < 700000
|
||||
BROKEN= Does not compile on amd64 5.x/6.x
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue