Date: Fri, 6 Oct 2017 08:14:41 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451358 - head/net/pjsip Message-ID: <201710060814.v968Efe8042961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Oct 6 08:14:40 2017 New Revision: 451358 URL: https://svnweb.freebsd.org/changeset/ports/451358 Log: Fix CONFLICTS to not overwrite slave port setting. PR: 222804 Submitted by: vvd@unislabs.com Modified: head/net/pjsip/Makefile Modified: head/net/pjsip/Makefile ============================================================================== --- head/net/pjsip/Makefile Fri Oct 6 08:08:36 2017 (r451357) +++ head/net/pjsip/Makefile Fri Oct 6 08:14:40 2017 (r451358) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710060814.v968Efe8042961>