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

(-)cbsd/Makefile (-6 / +2 lines)
Lines 31-42 Link Here
31
USERS=	${PORTNAME}
31
USERS=	${PORTNAME}
32
GROUPS=	${PORTNAME}
32
GROUPS=	${PORTNAME}
33
33
34
.if ${OSVERSION} < 901000
34
.if ${OSVERSION} < 1000000
35
IGNORE=	does not support FreeBSD versions < 9.1
35
IGNORE=	does not support FreeBSD versions < 10.0
36
.endif
37
38
.if ${OSVERSION} < 902001
39
RUN_DEPENDS+=	sysrc:${PORTSDIR}/sysutils/sysrc
40
.endif
36
.endif
41
37
42
do-install:
38
do-install:

Return to bug 192185