diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-06 08:14:40 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-06 08:14:40 +0000 |
commit | 27274feeaa6e2bfdc9c121788e8ae0557d30ffee (patch) | |
tree | e57ce9625782583a69959850abcb9b2a94f9d8d8 /net | |
parent | b7c2deb5217c542336baf40a80ff3a592b9e1b37 (diff) | |
download | freebsd-ports-27274feeaa6e2bfdc9c121788e8ae0557d30ffee.zip |
Fix CONFLICTS to not overwrite slave port setting.
PR: 222804
Submitted by: vvd@unislabs.com
Diffstat (limited to 'net')
-rw-r--r-- | net/pjsip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile index 2676bc036fcb..96557503b53c 100644 --- a/net/pjsip/Makefile +++ b/net/pjsip/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libportaudio.so:audio/portaudio -CONFLICTS= pjsip-extsrtp-[0-9]* \ +CONFLICTS?= pjsip-extsrtp-[0-9]* \ libsrtp-[0-9]* GNU_CONFIGURE= yes |