diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-01-09 10:40:56 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-01-09 10:40:56 +0000 |
commit | 40b1ca0618702580f9a5e3f7710f895111c93401 (patch) | |
tree | c09a446d50396019602ec77fcd099d4d28a415d3 /net/asterisk | |
parent | 05dc74eeb26222c1d98de68ee44f1a21fdc3a04f (diff) | |
download | FreeBSD-ports-40b1ca0618702580f9a5e3f7710f895111c93401.zip FreeBSD-ports-40b1ca0618702580f9a5e3f7710f895111c93401.tar.gz |
Add missed newt dependency. Bump PORTREVISION.
PR: 75827
Submitted by: Christopher Sean Hilton <chris@vindaloo.com>
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index adfbab8..99e4f70 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/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 |