mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Per maintainer, this is a 4.x-only driver. Also, unquote the existing
IGNORE string (IGNORE strings should not be quoted).
This commit is contained in:
parent
28b2bccd04
commit
697532406c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116828
1 changed files with 4 additions and 1 deletions
|
@ -104,7 +104,10 @@ pre-fetch:
|
|||
.endif
|
||||
|
||||
.if ${OSVERSION} < 410000
|
||||
IGNORE= "Systems prior to 4.1 are not supported"
|
||||
IGNORE= Systems prior to 4.1 are not supported
|
||||
.endif
|
||||
.if ${OSVERSION} >= 500000
|
||||
IGNORE= Only works with FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue