aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpsesame
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-05-02 06:16:35 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-05-02 06:16:35 +0000
commitb470e5463871d1cfa6af5fb795099aa1ff62294a (patch)
tree58fb424a706fe5375009dd7ddbd97f42133dca60 /ftp/ftpsesame
parent5a56e978cc81082306f18dfb1b14121f7cb239c1 (diff)
downloadports-b470e5463871d1cfa6af5fb795099aa1ff62294a.tar.gz
ports-b470e5463871d1cfa6af5fb795099aa1ff62294a.zip
- Works only on 6.0+
Reported by: kris via pointyhat
Notes
Notes: svn path=/head/; revision=161153
Diffstat (limited to 'ftp/ftpsesame')
-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>