- Add IGNORE if kernel sources are not installed

PR:		ports/118946
Submitted by:	Beat Gaetzi <beat at chruetertee.ch>
This commit is contained in:
Martin Matuska 2007-12-25 19:49:15 +00:00
parent 02919931e8
commit 63b7970a52

View file

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