diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-05-29 20:52:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-05-29 20:52:15 +0000 |
commit | 415e48c682afeaa3b57cc50301e3cb9588cae4b3 (patch) | |
tree | 05dbcf56316af0627782e48a925006956a753579 /net/asterisk14 | |
parent | Update to 0.25. (diff) |
Correct newt library version number.
PR: 113121
Submitted by: viper<viper@perm.raid.ru>
Notes
Notes:
svn path=/head/; revision=192336
Diffstat (limited to 'net/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index c9024c4cd57d..f1f830f08814 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -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.52:${PORTSDIR}/devel/newt \ + newt.51:${PORTSDIR}/devel/newt \ curl.4:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 |