diff options
author | tijl <tijl@FreeBSD.org> | 2015-06-13 00:14:54 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-06-13 00:14:54 +0800 |
commit | 315902aa22ce81ddb0cf56b44aa6d5373143cf02 (patch) | |
tree | 0bb443f7e1edd8b47b67dbe13eac10697b842cd8 /security/libbzrtp | |
parent | 47b55c1fc05e3c928da621780555952f7637f8c6 (diff) | |
download | freebsd-ports-graphics-315902aa22ce81ddb0cf56b44aa6d5373143cf02.tar.gz freebsd-ports-graphics-315902aa22ce81ddb0cf56b44aa6d5373143cf02.tar.zst freebsd-ports-graphics-315902aa22ce81ddb0cf56b44aa6d5373143cf02.zip |
- Update security/polarssl13 to 1.3.11
- Patch a Makefile so regular make install works
- Replace a patch with MAKE_ENV
- Bump dependent ports
PR: 200816
Diffstat (limited to 'security/libbzrtp')
-rw-r--r-- | security/libbzrtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libbzrtp/Makefile b/security/libbzrtp/Makefile index 988c9a9db60..e464bd59dd9 100644 --- a/security/libbzrtp/Makefile +++ b/security/libbzrtp/Makefile @@ -2,6 +2,7 @@ PORTNAME= libbzrtp PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SAVANNAH/linphone/bzrtp DISTNAME= bzrtp-${DISTVERSION} @@ -12,7 +13,7 @@ COMMENT= ZRTP support library (RFC 6189) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpolarssl.so.8:${PORTSDIR}/security/polarssl13 +LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --disable-strict \ |