diff options
Diffstat (limited to 'net/asterisk/Makefile')
-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 |