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

(-)Makefile (-1 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	linux_kdump
4
PORTNAME=	linux_kdump
5
PORTVERSION=	1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	devel linux
7
CATEGORIES=	devel linux
8
MASTER_SITES=	LOCAL/marcel
8
MASTER_SITES=	LOCAL/marcel
9
9
Lines 32-35 Link Here
32
IGNORE=	requires ktrace source present in ${SRC_BASE}/usr.bin/ktrace
32
IGNORE=	requires ktrace source present in ${SRC_BASE}/usr.bin/ktrace
33
.endif
33
.endif
34
34
35
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100092
36
IGNORE=         linux_kdump has become unnecessary. Use kdump(1) instead.
37
.endif
38
35
.include <bsd.port.post.mk>
39
.include <bsd.port.post.mk>

Return to bug 210154