aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeswitch')
-rw-r--r--net/freeswitch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 38d65a020ae6..e2971942aaba 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freeswitch
PORTVERSION= 1.6.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \
http://files.freeswitch.org/releases/sounds/:sounds
@@ -80,8 +80,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:audio/ladspa \
${LOCALBASE}/bin/aclocal:devel/automake
RUN_DEPENDS+= ${LOCALBASE}/include/ladspa.h:audio/ladspa
LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \
- libopencv_gpu.so:graphics/opencv2 \
- libopencv_core.so:graphics/opencv2-core \
+ libopencv_gpu.so:graphics/opencv \
+ libopencv_core.so:graphics/opencv-core \
libhiredis.so:databases/hiredis \
libmemcached.so:databases/libmemcached \
libSoundTouch.so:audio/soundtouch \