diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-06 01:39:22 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-06 01:39:22 +0000 |
commit | ecf5c47891d73a8488965c7b8243e1c384c48ba7 (patch) | |
tree | 0a72440ebf8404d148b3c3a359065092de465959 | |
parent | 5841719284c1453c2296e43c8da1cd357471a2e2 (diff) | |
download | ports-ecf5c47891d73a8488965c7b8243e1c384c48ba7.tar.gz ports-ecf5c47891d73a8488965c7b8243e1c384c48ba7.zip |
Notes
-rw-r--r-- | sysutils/ipmi-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ipmi-kmod/Makefile b/sysutils/ipmi-kmod/Makefile index 288b6acd3aae..78ed115b01e5 100644 --- a/sysutils/ipmi-kmod/Makefile +++ b/sysutils/ipmi-kmod/Makefile @@ -37,8 +37,8 @@ STRIP= IGNORE= requires kernel source to be installed .endif -.if ${OSVERSION} >= 601102 -IGNORE= already in the base system +.if exists(${SRC_BASE}/sys/dev/ipmi) +IGNORE= is already included in the base system .elif ${OSVERSION} < 503000 IGNORE= does not support FreeBSD before 5.3 .endif |