diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-03 17:47:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-03 17:47:08 +0000 |
commit | ba3ffd9b120f634f530959fca3707d2937d3e5e5 (patch) | |
tree | 9a595c7cf960f87901403bde2fb7e4175befb3a5 /net/freeswitch | |
parent | 2765ae7dd310dab626a72b59023dd6b24da0f225 (diff) |
Notes
Diffstat (limited to 'net/freeswitch')
-rw-r--r-- | net/freeswitch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index b4b7aa04c7e6..bdf5d49ce205 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -3,6 +3,7 @@ PORTNAME= freeswitch PORTVERSION= 1.6.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ \ http://files.freeswitch.org/releases/sounds/:sounds @@ -70,7 +71,7 @@ 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_legacy.so:graphics/opencv \ + libopencv_legacy.so:graphics/opencv2 \ libhiredis.so:databases/hiredis \ libmemcached.so:databases/libmemcached \ libSoundTouch.so:audio/soundtouch \ |