diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-28 12:29:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-28 12:29:50 +0000 |
commit | a9ab066423732cf7e33d197c712b4545d4634960 (patch) | |
tree | bc9e75a1c842b82493f08824e11371e12c35e663 | |
parent | 8c07ade50abe63ae5bf0156b409262eda7f27044 (diff) | |
download | ports-a9ab066423732cf7e33d197c712b4545d4634960.tar.gz ports-a9ab066423732cf7e33d197c712b4545d4634960.zip |
Notes
-rw-r--r-- | sysutils/cbsd/Makefile | 8 |
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: |