mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Make the port IGNORE for OSVERSION>800079 since it can't
be used with the default linux_base-f10.
This commit is contained in:
parent
330da1155b
commit
ce468e95ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238180
1 changed files with 7 additions and 1 deletions
|
@ -107,4 +107,10 @@ post-install:
|
|||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 800079
|
||||
IGNORE= the port can't be used with the default linux base port (linux_base-f10)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue