summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDoug White <dwhite@FreeBSD.org>2000-06-05 03:57:36 +0000
committerDoug White <dwhite@FreeBSD.org>2000-06-05 03:57:36 +0000
commitec30bbb78c0394bb1a497bf394ccdf40a2664ab4 (patch)
tree912776b277bc3e917d452b5ef7d976a2e278c66f /devel
parentAdd scorefile to PLIST (diff)
Conditionalize against $OSVERSION == 500000 too since it doesn't have
kqueue, just to be nice to our older-CURRENT-running friends. kqueue is in 400018 and 500001 and later. Suggested by: kris
Notes
Notes: svn path=/head/; revision=29197
Diffstat (limited to 'devel')
-rw-r--r--devel/py-kqueue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile
index 9ece8f1639b0..7ef21401d762 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -19,8 +19,8 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 400018
-FORBIDDEN= requires kqueue (added post-4.0-RELEASE)
+.if ( ${OSVERSION} < 400018 || ${OSVERSION} == 500000 )
+FORBIDDEN= requires kqueue
.endif
# NO_WRKSUBDIR= yes