diff options
author | mm <mm@FreeBSD.org> | 2007-12-26 03:49:15 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-12-26 03:49:15 +0800 |
commit | 7a0bbebdba54669df508fc5a8848f4ee22f29b07 (patch) | |
tree | 2fcc89a147384fce2fae3ee1bfb2ddd9dec9e677 /sysutils | |
parent | ee329f0485f97f4591021eb22bcc79cc5971758a (diff) | |
download | freebsd-ports-gnome-7a0bbebdba54669df508fc5a8848f4ee22f29b07.tar.gz freebsd-ports-gnome-7a0bbebdba54669df508fc5a8848f4ee22f29b07.tar.zst freebsd-ports-gnome-7a0bbebdba54669df508fc5a8848f4ee22f29b07.zip |
- Add IGNORE if kernel sources are not installed
PR: ports/118946
Submitted by: Beat Gaetzi <beat at chruetertee.ch>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cciss_vol_status/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/cciss_vol_status/Makefile b/sysutils/cciss_vol_status/Makefile index 9944910e5911..261969d02527 100644 --- a/sysutils/cciss_vol_status/Makefile +++ b/sysutils/cciss_vol_status/Makefile @@ -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> |