aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-28 12:29:50 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-28 12:29:50 +0000
commita9ab066423732cf7e33d197c712b4545d4634960 (patch)
treebc9e75a1c842b82493f08824e11371e12c35e663
parent8c07ade50abe63ae5bf0156b409262eda7f27044 (diff)
downloadports-a9ab066423732cf7e33d197c712b4545d4634960.tar.gz
ports-a9ab066423732cf7e33d197c712b4545d4634960.zip
Notes
-rw-r--r--sysutils/cbsd/Makefile8
1 files 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: