aboutsummaryrefslogtreecommitdiff
path: root/net/pjsip
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-06-11 17:19:29 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-06-11 17:19:29 +0000
commit433ed71913516f5cdf52b9edc75d463e0edcb863 (patch)
tree7e67eb0786c14afe40e1b7b3bb9c8fd3ea793288 /net/pjsip
parent8a7c838a48cf000715b735439bab8231d500a81f (diff)
downloadports-433ed71913516f5cdf52b9edc75d463e0edcb863.tar.gz
ports-433ed71913516f5cdf52b9edc75d463e0edcb863.zip
Make asterisk and pjsip ports use the new net/libsrtp2 port as a dependency.
Reported by: tijl (thanks!)
Notes
Notes: svn path=/head/; revision=472194
Diffstat (limited to 'net/pjsip')
-rw-r--r--net/pjsip/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile
index de26b7df70e4..c5221a249873 100644
--- a/net/pjsip/Makefile
+++ b/net/pjsip/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pjsip
PORTVERSION= 2.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/
DISTNAME= pjproject-${DISTVERSION}
@@ -14,7 +14,7 @@ LICENSE= GPLv2+
LIB_DEPENDS= libportaudio.so:audio/portaudio
-CONFLICTS?= pjsip-extsrtp-[0-9]*
+CONFLICTS?= pjsip-extsrtp
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-external-pa \
@@ -53,8 +53,8 @@ AMR_LIB_DEPENDS= libopencore-amrwb.so:audio/opencore-amr \
DEBUG_CFLAGS= -DNDEBUG=0
DEBUG_CFLAGS_OFF= -DNDEBUG=1
EXTSRTP_CONFIGURE_WITH= external-srtp
-EXTSRTP_CONFLICTS_OFF= libsrtp-[0-9]*
-EXTSRTP_LIB_DEPENDS= libsrtp.so:net/libsrtp
+EXTSRTP_CONFLICTS_OFF= libsrtp libsrtp2
+EXTSRTP_LIB_DEPENDS= libsrtp2.so:net/libsrtp2
FFMPEG_CONFIGURE_ENABLE= ffmpeg
FFMPEG_LIB_DEPENDS= libswresample.so:multimedia/ffmpeg
G711_CONFIGURE_ENABLE= g711-codec