Require OSVERSION 400018 or later, so kqueue actually exists.

This commit is contained in:
Doug White 2000-06-05 03:31:25 +00:00
parent ae39ee1e41
commit b14294e6cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29194

View file

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