diff options
author | sem <sem@FreeBSD.org> | 2006-05-02 06:16:35 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-05-02 06:16:35 +0000 |
commit | 6be84b126bf5e555fde9d725ca3f598cae07e835 (patch) | |
tree | 49365ece417284da656da8f57ff2447170e1133f /ftp | |
parent | a8ecf32dbf5e65652abd3d1082215a28cb9d7d5a (diff) | |
download | FreeBSD-ports-6be84b126bf5e555fde9d725ca3f598cae07e835.zip FreeBSD-ports-6be84b126bf5e555fde9d725ca3f598cae07e835.tar.gz |
- Works only on 6.0+
Reported by: kris via pointyhat
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 1f01f74..6a5c0f7 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> |