diff options
Diffstat (limited to 'devel/py-kqueue')
| -rw-r--r-- | devel/py-kqueue/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index ad026d163bb5..9ece8f1639b0 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -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> |
