forked from Lainports/freebsd-ports
- Add IGNORE if kernel sources are not installed
PR: ports/118946 Submitted by: Beat Gaetzi <beat at chruetertee.ch>
This commit is contained in:
parent
02919931e8
commit
63b7970a52
1 changed files with 4 additions and 0 deletions
|
|
@ -19,4 +19,8 @@ GNU_CONFIGURE= yes
|
|||
MAN8= cciss_vol_status.8
|
||||
PLIST_FILES= bin/cciss_vol_status
|
||||
|
||||
.if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h)
|
||||
IGNORE= cciss_vol_status requires kernel sources of the ciss driver
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue