diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-06-12 01:19:29 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-06-12 01:19:29 +0800 |
commit | 02d1f3525c02145714335f9198f2a36dc2112b65 (patch) | |
tree | 7e67eb0786c14afe40e1b7b3bb9c8fd3ea793288 /net/pjsip | |
parent | 2ba10ef9a998d7b3e428edbde4a745af45adce9a (diff) | |
download | freebsd-ports-gnome-02d1f3525c02145714335f9198f2a36dc2112b65.tar.gz freebsd-ports-gnome-02d1f3525c02145714335f9198f2a36dc2112b65.tar.zst freebsd-ports-gnome-02d1f3525c02145714335f9198f2a36dc2112b65.zip |
Make asterisk and pjsip ports use the new net/libsrtp2 port as a dependency.
Reported by: tijl (thanks!)
Diffstat (limited to 'net/pjsip')
-rw-r--r-- | net/pjsip/Makefile | 8 |
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 |