aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/ftpsesame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile
index 1f01f7480197..6a5c0f7d476e 100644
--- a/ftp/ftpsesame/Makefile
+++ b/ftp/ftpsesame/Makefile
@@ -23,8 +23,8 @@ MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 502106
-IGNORE= there is no pf(4) in the base system
+.if ${OSVERSION} < 600034
+IGNORE= need BIOCLOCK and BIOCSETWF ioctls (FreeBSD 6.0+)
.endif
.include <bsd.port.post.mk>