View | Details | Raw Unified | Return to bug 105097
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	ipmi-kmod
8
PORTNAME=	ipmi-kmod
9
PORTVERSION=	20060926
9
PORTVERSION=	20060926
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	http://dpw.threerings.net/projects/ipmi-kmod/
12
MASTER_SITES=	http://dpw.threerings.net/projects/ipmi-kmod/
12
13
Lines 37-44 Link Here
37
IGNORE=		requires kernel source to be installed
38
IGNORE=		requires kernel source to be installed
38
.endif
39
.endif
39
40
40
.if ${OSVERSION} >= 601102
41
.if exists(${SRC_BASE}/sys/dev/ipmi)
41
IGNORE=		already in the base system
42
IGNORE=		is already included in the base system
42
.elif ${OSVERSION} < 503000
43
.elif ${OSVERSION} < 503000
43
IGNORE=		does not support FreeBSD before 5.3
44
IGNORE=		does not support FreeBSD before 5.3
44
.endif
45
.endif

Return to bug 105097