diff options
Diffstat (limited to 'www/bigbluebutton/Makefile')
-rw-r--r-- | www/bigbluebutton/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bigbluebutton/Makefile b/www/bigbluebutton/Makefile index 063dc175c33e..9465b90c4175 100644 --- a/www/bigbluebutton/Makefile +++ b/www/bigbluebutton/Makefile @@ -7,7 +7,7 @@ PORTNAME= bigbluebutton PORTVERSION= 0.71 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www java MASTER_SITES= http://bigbluebutton.org/downloads/${PORTVERSION}/ \ http://bigbluebutton.org/downloads/0.70/:2 \ @@ -82,10 +82,10 @@ SUB_FILES= pkg-message openoffice nginx.conf-dist bbb-conf .include <bsd.port.pre.mk> .if defined(WITH_MEETME) || defined(WITH_KONFERENCE) -BUILD_DEPENDS+=${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk16 +BUILD_DEPENDS+=${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk .if defined(WITH_MEETME) .if !exists(${LOCALBASE}/lib/asterisk/modules/app_meetme.so) -IGNORE=Option meetme requires app_meetme.so from asterisk port. Rebuild net/asterisk16 with WITH_ZAPTEL=yes +IGNORE=Option meetme requires app_meetme.so from asterisk port. Rebuild net/asterisk with WITH_DAHDI=yes .endif .endif .if defined(WITH_KONFERENCE) |