aboutsummaryrefslogtreecommitdiff
path: root/devel/py-kqueue
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:41:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:41:11 +0000
commitec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch)
tree8468e5b0da1375397af63a69b7076d0b05b24887 /devel/py-kqueue
parente74f1f2ba2a728af887a83b377b13746054b76e5 (diff)
downloadports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.tar.gz
ports-ec7c5b0142aeb3539337db2d501d7b5ecf5e7284.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200770
Diffstat (limited to 'devel/py-kqueue')
-rw-r--r--devel/py-kqueue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile
index 68a2f1651b1b..f20741d1b25d 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -25,7 +25,7 @@ MAKE_ENV= MAINCC=${CC}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500010
+.if ${OSVERSION} < 500010
IGNORE="requires new kqueue API"
.endif