From 315902aa22ce81ddb0cf56b44aa6d5373143cf02 Mon Sep 17 00:00:00 2001 From: tijl Date: Fri, 12 Jun 2015 16:14:54 +0000 Subject: - 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 --- net/belle-sip/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/belle-sip') diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index 4355dfd07fbc..6a289230a10e 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -2,6 +2,7 @@ PORTNAME= belle-sip PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= net java MASTER_SITES= SAVANNAH/linphone/${PORTNAME}/ \ http://www.antlr3.org/download/:source2 @@ -33,7 +34,7 @@ OPTIONS_DEFINE= POLARSSL OPTIONS_DEFAULT=POLARSSL POLARSSL_CONFIGURE_ENABLE= tls -POLARSSL_LIB_DEPENDS= libpolarssl.so.8:${PORTSDIR}/security/polarssl13 +POLARSSL_LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13 post-extract: @${CP} ${DISTDIR}/antlr-3.4-complete.jar ${WRKDIR}/antlr-complete.jar -- cgit