diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-01-09 10:40:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-01-09 10:40:56 +0000 |
commit | 82c3d2d3793248be6ce6240bb8f380a04a5f9eef (patch) | |
tree | 974d583dbcbc7c812f76ab286ef610a58f1bc1da /net/asterisk-bristuff | |
parent | 043f5658ce8b43a7d5ce286f0778cefdf6314e79 (diff) |
Add missed newt dependency. Bump PORTREVISION.
PR: 75827
Submitted by: Christopher Sean Hilton <chris@vindaloo.com>
Notes
Notes:
svn path=/head/; revision=125942
Diffstat (limited to 'net/asterisk-bristuff')
-rw-r--r-- | net/asterisk-bristuff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index adfbab86b9dd..99e4f70d1612 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -17,7 +18,8 @@ COMMENT= An Open Source PBX and telephony toolkit ONLY_FOR_ARCHS= i386 sparc64 BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client -LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex +LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ + newt.51:${PORTSDIR}/devel/newt RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client GNU_CONFIGURE= yes |