diff options
Diffstat (limited to 'sysutils/cbsd/Makefile')
-rw-r--r-- | sysutils/cbsd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 53c662db6ca3..da57d2cd8365 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 10.3.3 +PORTVERSION= 11.0.0 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru @@ -35,10 +35,6 @@ GROUPS= ${PORTNAME} IGNORE= does not support FreeBSD versions < 10.0 .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -LIB_DEPENDS+= libxo.so:devel/libxo -.endif - do-install: @${ECHO} "Installing in ${CBSD_HOME}" ${MKDIR} ${STAGEDIR}${CBSD_HOME} |