diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-06-11 17:19:29 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-06-11 17:19:29 +0000 |
commit | 433ed71913516f5cdf52b9edc75d463e0edcb863 (patch) | |
tree | 7e67eb0786c14afe40e1b7b3bb9c8fd3ea793288 /net/asterisk13 | |
parent | 8a7c838a48cf000715b735439bab8231d500a81f (diff) | |
download | ports-433ed71913516f5cdf52b9edc75d463e0edcb863.tar.gz ports-433ed71913516f5cdf52b9edc75d463e0edcb863.zip |
Notes
Diffstat (limited to 'net/asterisk13')
-rw-r--r-- | net/asterisk13/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index ee9b1c4a9fa5..2fa990e6777d 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.21.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -193,7 +194,7 @@ SQLITE2_CONFIGURE_WITH= sqlite SQLITE2_LIB_DEPENDS= libsqlite.so:databases/sqlite2 SRTP_CONFIGURE_WITH= srtp -SRTP_LIB_DEPENDS= libsrtp.so:net/libsrtp +SRTP_LIB_DEPENDS= libsrtp2.so:net/libsrtp2 SYSINFO_LIB_DEPENDS= libsysinfo.so:devel/libsysinfo @@ -216,8 +217,6 @@ GROUPS= ${ASTERISK_GROUP} dahdi LIB_DEPENDS+= libpj.so:net/pjsip-extsrtp .elif ${PORT_OPTIONS:MPJSIP} && ! ${PORT_OPTIONS:MSRTP} LIB_DEPENDS+= libpj.so:net/pjsip -.elif ! ${PORT_OPTIONS:MPJSIP} && ${PORT_OPTIONS:MSRTP} -LIB_DEPENDS+= libsrtp.so:net/libsrtp .endif .include <bsd.port.pre.mk> |