Make the port IGNORE for OSVERSION>800079 since it can't

be used with the default linux_base-f10.
This commit is contained in:
Boris Samorodov 2009-07-21 19:36:30 +00:00
parent 330da1155b
commit ce468e95ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238180

View file

@ -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>