aboutsummaryrefslogtreecommitdiff
path: root/net/pjsip
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-05 08:49:17 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-05 08:49:17 +0000
commitf9ba68bb8453f8e4f3d7fbe165e971f374ca1d7a (patch)
tree8ecd4686f5c78b806284a3776307ca9684c6c829 /net/pjsip
parentf886dcd9f5e67ce0bf10768152adf9cfc19dd676 (diff)
downloadports-f9ba68bb8453f8e4f3d7fbe165e971f374ca1d7a.tar.gz
ports-f9ba68bb8453f8e4f3d7fbe165e971f374ca1d7a.zip
Register conflict with libsrtp.
Reported by: rodrigo > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M pjsip/Makefile
Notes
Notes: svn path=/head/; revision=451278
Diffstat (limited to 'net/pjsip')
-rw-r--r--net/pjsip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile
index e6943f601dec..e8b8dd698336 100644
--- a/net/pjsip/Makefile
+++ b/net/pjsip/Makefile
@@ -14,7 +14,8 @@ LICENSE= GPLv2+
LIB_DEPENDS= libportaudio.so:audio/portaudio
-CONFLICTS= pjsip-extsrtp-[0-9]*
+CONFLICTS= pjsip-extsrtp-[0-9]* \
+ libsrtp-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-external-pa \