diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-05-07 04:10:09 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-05-07 04:10:09 +0800 |
commit | c37a7e8ce09a9dccffb394bdab715554d6c07791 (patch) | |
tree | 9243bab53c6476b810eeda1917b3a2c6b3c910e1 /net/pjsip | |
parent | f9b7f389dc4355ea3d8c806b392f2cba89fda32d (diff) | |
download | freebsd-ports-gnome-c37a7e8ce09a9dccffb394bdab715554d6c07791.tar.gz freebsd-ports-gnome-c37a7e8ce09a9dccffb394bdab715554d6c07791.tar.zst freebsd-ports-gnome-c37a7e8ce09a9dccffb394bdab715554d6c07791.zip |
Add a slave port to net/pjsip to force installing pjsip with external
SRTP library.
Make the www/asterisk13 depend on this slave port when both SRTP
and PJSIP options in it are enabled, this allows enabling SRTP
support in asterisk13 without the need to manually reconfigure other
ports.
Reported by: mat@ and a few others
Diffstat (limited to 'net/pjsip')
-rw-r--r-- | net/pjsip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile index 8b965e0fead1..ac233ee7d833 100644 --- a/net/pjsip/Makefile +++ b/net/pjsip/Makefile @@ -2,7 +2,7 @@ PORTNAME= pjsip PORTVERSION= 2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/ DISTNAME= pjproject-${DISTVERSION} @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 +CONFLICTS= pjsip-extsrtp-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-external-pa \ --disable-silk |