diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-10 23:51:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-10 23:51:08 +0000 |
commit | 40473601f1d9e7bec06c1d7ac7d5960aa622409e (patch) | |
tree | c17b5c037dcbf66601bd4f05853662a9d2aec5c5 /net/asterisk | |
parent | 295a710b0ec58c19bae918a4abcc033b471dadae (diff) | |
download | ports-40473601f1d9e7bec06c1d7ac7d5960aa622409e.tar.gz ports-40473601f1d9e7bec06c1d7ac7d5960aa622409e.zip |
Notes
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 78a4e9fb89b4..035e291fa93c 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -17,7 +17,7 @@ COMMENT= An Open Source PBX and telephony toolkit BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ - newt.51:${PORTSDIR}/devel/newt \ + newt.52:${PORTSDIR}/devel/newt \ gsm.1:${PORTSDIR}/audio/gsm \ curl.5:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 |