1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Works only on 6.0+

Reported by:	kris via pointyhat
This commit is contained in:
Sergey Matveychuk 2006-05-02 06:16:35 +00:00
parent 5a56e978cc
commit b470e54638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161153

View File

@ -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>