diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-09-13 03:18:11 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-09-13 03:18:11 +0800 |
commit | e39e92ce5710142ec5e5815fa7bf9910d73e1c30 (patch) | |
tree | 6919be7ad0916499b11d6cac0ede6d92043339cd /www | |
parent | 401343cc436df19f03834ec233f93a5e894ad65e (diff) | |
download | freebsd-ports-gnome-e39e92ce5710142ec5e5815fa7bf9910d73e1c30.tar.gz freebsd-ports-gnome-e39e92ce5710142ec5e5815fa7bf9910d73e1c30.tar.zst freebsd-ports-gnome-e39e92ce5710142ec5e5815fa7bf9910d73e1c30.zip |
Remove dependencies on net/asterisk.
Approved by: portmgr (mat)
Diffstat (limited to 'www')
-rw-r--r-- | www/bigbluebutton/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/www/bigbluebutton/Makefile b/www/bigbluebutton/Makefile index 956bc2831688..82786a834c80 100644 --- a/www/bigbluebutton/Makefile +++ b/www/bigbluebutton/Makefile @@ -3,7 +3,7 @@ PORTNAME= bigbluebutton PORTVERSION= 0.71 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www java MASTER_SITES= http://bigbluebutton.org/downloads/${PORTVERSION}/ \ http://bigbluebutton.org/downloads/0.70/:2 \ @@ -48,9 +48,8 @@ FS_USER?= freeswitch FS_GROUP?= ${FS_USER} WWWROOT?= ${WWWDIR:S|/${PORTNAME}$||} -OPTIONS_DEFINE= MEETME KONFERENCE OPENOFFICE +OPTIONS_DEFINE= KONFERENCE OPENOFFICE OPTIONS_DEFAULT= KONFERENCE -MEETME_DESC= meetme Asterisk module KONFERENCE_DESC= konference Asterisk module OPENOFFICE_DESC= Include OpenOffice support @@ -81,18 +80,9 @@ SUB_FILES= pkg-message openoffice nginx.conf-dist bbb-conf .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MMEETME} || ${PORT_OPTIONS:MKONFERENCE} -BUILD_DEPENDS+=${LOCALBASE}/sbin/asterisk:net/asterisk -.if ${PORT_OPTIONS:MMEETME} -.if !exists(${LOCALBASE}/lib/asterisk/modules/app_meetme.so) -IGNORE=Option meetme requires app_meetme.so from asterisk port. Rebuild net/asterisk with DAHDI option selected -.endif -.endif .if ${PORT_OPTIONS:MKONFERENCE} BUILD_DEPENDS+=${LOCALBASE}/lib/asterisk/modules/app_konference.so:net/appkonference .endif -.endif - .if ${PORT_OPTIONS:MOPENOFFICE} BUILD_DEPENDS+= ${LOCALBASE}/bin/openoffice-4.0.1:editors/openoffice-4 .endif |