diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-10-07 22:10:19 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-10-07 22:10:19 +0800 |
commit | 0832f6effb6dfdfe3e0239898487dfeaa767183b (patch) | |
tree | d7464864f6dc784b988cf4bd0a7c484f4ae5f11d /net | |
parent | d2e0899337225291715ed515e9dafd3de1e796a9 (diff) | |
download | freebsd-ports-gnome-0832f6effb6dfdfe3e0239898487dfeaa767183b.tar.gz freebsd-ports-gnome-0832f6effb6dfdfe3e0239898487dfeaa767183b.tar.zst freebsd-ports-gnome-0832f6effb6dfdfe3e0239898487dfeaa767183b.zip |
Correctly handle option caused conflict.
PR: 222845
Submitted by: O. Hartmann <ohartmann@walstatt.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/pjsip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile index 96557503b53c..839028ca525a 100644 --- a/net/pjsip/Makefile +++ b/net/pjsip/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libportaudio.so:audio/portaudio -CONFLICTS?= pjsip-extsrtp-[0-9]* \ - libsrtp-[0-9]* +CONFLICTS?= pjsip-extsrtp-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-external-pa \ @@ -87,6 +86,7 @@ AMR_LIB_DEPENDS= libopencore-amrwb.so:audio/opencore-amr \ libvo-amrwbenc.so:audio/vo-amrwbenc EXTSRTP_CONFIGURE_WITH= external-srtp EXTSRTP_LIB_DEPENDS= libsrtp.so:net/libsrtp +EXTSRTP_CONFLICTS_OFF= libsrtp-[0-9]* WEBRTC_CONFIGURE_OFF= --disable-libwebrtc post-patch: |