BROKEN on 5.x: Does not install
Approved by: portmgr (self)
This commit is contained in:
parent
d5405d1ad7
commit
4147818b89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118272
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ USE_GMAKE= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not install on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400005
|
||||
BUILD_DEPENDS= ftn77:${PORTSDIR}/lang/f77
|
||||
MAKE_ARGS+= FC=ftn77
|
||||
|
|
Loading…
Reference in a new issue