diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-19 00:07:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-02-19 00:07:34 +0000 |
commit | 159b6b5ea81a1288f8b067bb6c3be326a1cac7d3 (patch) | |
tree | 6df9698a99a8c9ee25668b03f8035a853155999f /net/asterisk12/Makefile | |
parent | 57b31d38494f9a608cee2bda2c8ae4d49c5d0358 (diff) | |
download | ports-159b6b5ea81a1288f8b067bb6c3be326a1cac7d3.tar.gz ports-159b6b5ea81a1288f8b067bb6c3be326a1cac7d3.zip |
- Update to 0.7.2;
- fix problem with h323 channel module loading reported by several users.
Notes
Notes:
svn path=/head/; revision=101360
Diffstat (limited to 'net/asterisk12/Makefile')
-rw-r--r-- | net/asterisk12/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index 5548fed5863c..f6816dc37ab1 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -14,8 +14,6 @@ MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -BROKEN= "Does not compile" - ONLY_FOR_ARCHS= i386 BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client \ |