network/mangler: Fixed dep information

This commit is contained in:
ponce 2012-08-24 19:42:40 +02:00
parent 26d09c7ca3
commit 079e234cec
2 changed files with 1 additions and 2 deletions

View file

@ -2,5 +2,4 @@ Mangler is an open source VOIP client capable of connecting to
Ventrilo 3.x servers. It is capable of performing almost all
standard user functionality found in a Windows Ventrilo client.
This requires speex, gsm, and gtkmm.
Optional dependencies include espeak, g15tools, and celt.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://www.mangler.org/downloads/mangler-1.2.2.tar.bz2"
MD5SUM="b9f5506c4ab172d39d43c5edc8a4a950"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="celt espeak gsm gtkmm speex"
REQUIRES="gsm gtkmm speex"
MAINTAINER="James Geboski"
EMAIL="jgeboski@gmail.com"