diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-02 06:16:35 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-02 06:16:35 +0000 |
commit | b470e5463871d1cfa6af5fb795099aa1ff62294a (patch) | |
tree | 58fb424a706fe5375009dd7ddbd97f42133dca60 /ftp | |
parent | 5a56e978cc81082306f18dfb1b14121f7cb239c1 (diff) | |
download | ports-b470e5463871d1cfa6af5fb795099aa1ff62294a.tar.gz ports-b470e5463871d1cfa6af5fb795099aa1ff62294a.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpsesame/Makefile | 4 |
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> |