From a9ab066423732cf7e33d197c712b4545d4634960 Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 28 Jul 2014 12:29:50 +0000 Subject: [PATCH] sysutils/cbsd: only build on FreeBSD 10+ This extends the current ignore flag to cover FreeBSD 9 as well. PR: 192185 Submitted by: maintainer (Oleg Ginsburg) --- sysutils/cbsd/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 791fc66a5f7b..95da9110fa56 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -31,12 +31,8 @@ CBSD_HOME?= ${PREFIX}/cbsd USERS= ${PORTNAME} GROUPS= ${PORTNAME} -.if ${OSVERSION} < 901000 -IGNORE= does not support FreeBSD versions < 9.1 -.endif - -.if ${OSVERSION} < 902001 -RUN_DEPENDS+= sysrc:${PORTSDIR}/sysutils/sysrc +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +IGNORE= does not support FreeBSD versions < 10.0 .endif do-install: