Require OSVERSION 400018 or later, so kqueue actually exists.
This commit is contained in:
parent
ae39ee1e41
commit
b14294e6cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29194
1 changed files with 7 additions and 1 deletions
|
@ -17,6 +17,12 @@ MAINTAINER= dwhite@FreeBSD.org
|
|||
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400018
|
||||
FORBIDDEN= requires kqueue (added post-4.0-RELEASE)
|
||||
.endif
|
||||
|
||||
# NO_WRKSUBDIR= yes
|
||||
# MAKEFILE= makefile
|
||||
|
||||
|
@ -34,4 +40,4 @@ do-install:
|
|||
# ${INSTALL_DATA} ${WRKSRC}/kjbuckets.html ${PREFIX}/share/doc/
|
||||
# .endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue