aboutsummaryrefslogtreecommitdiff
path: root/www/bigbluebutton/Makefile
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-08-21 23:29:37 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-08-21 23:29:37 +0000
commitdb14b9f38a9cc7de99fc52c04ada0a43a911b26d (patch)
treede547461edc29a7d9d85d29a32c992e11d16bd04 /www/bigbluebutton/Makefile
parent0c7b2eeb40e6582eb1cba8684962f4ad5429f081 (diff)
downloadports-db14b9f38a9cc7de99fc52c04ada0a43a911b26d.tar.gz
ports-db14b9f38a9cc7de99fc52c04ada0a43a911b26d.zip
Notes
Diffstat (limited to 'www/bigbluebutton/Makefile')
-rw-r--r--www/bigbluebutton/Makefile6
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)