diff options
author | flo <flo@FreeBSD.org> | 2012-08-22 07:29:37 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-08-22 07:29:37 +0800 |
commit | 16135f0bff493b3170061221216198a822040f90 (patch) | |
tree | de547461edc29a7d9d85d29a32c992e11d16bd04 /www/bigbluebutton | |
parent | 54516db0866d3da33844be1d0dcec5ba2bf2c3dd (diff) | |
download | freebsd-ports-gnome-16135f0bff493b3170061221216198a822040f90.tar.gz freebsd-ports-gnome-16135f0bff493b3170061221216198a822040f90.tar.zst freebsd-ports-gnome-16135f0bff493b3170061221216198a822040f90.zip |
- Remove net/asterisk16, net/asterisk16-addons, japanese/asterisk16-sounds
- Update net/appkonference to 2.1 to make it work with net/asterisk [1]
- Switch www/bigbluebutton to net/asterisk
- While here fix typo in www/xxxterm's MOVED entry
PR: ports/169038 [1]
Approved by: maintainer [1]
Diffstat (limited to 'www/bigbluebutton')
-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) |