Date: Fri, 17 Apr 2015 07:04:45 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384138 - head/security/libbzrtp Message-ID: <201504170704.t3H74j5Z089001@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Apr 17 07:04:45 2015 New Revision: 384138 URL: https://svnweb.freebsd.org/changeset/ports/384138 Log: Depend on PolarSSL 1.3 Reported by: antoine Modified: head/security/libbzrtp/Makefile Modified: head/security/libbzrtp/Makefile ============================================================================== --- head/security/libbzrtp/Makefile Fri Apr 17 04:39:23 2015 (r384137) +++ head/security/libbzrtp/Makefile Fri Apr 17 07:04:45 2015 (r384138) @@ -2,6 +2,7 @@ PORTNAME= libbzrtp PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SAVANNAH/linphone/bzrtp DISTNAME= bzrtp-${DISTVERSION} @@ -12,10 +13,11 @@ COMMENT= ZRTP support library (RFC 6189) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpolarssl.so:${PORTSDIR}/security/polarssl +LIB_DEPENDS= libpolarssl.so.8:${PORTSDIR}/security/polarssl13 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-strict --with-polarssl=${LOCALBASE} +CONFIGURE_ARGS= --disable-silent-rules --disable-strict \ + --with-polarssl=${LOCALBASE} INSTALL_TARGET= install-strip USES= libtool pathfix pkgconfig USE_GNOME= libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504170704.t3H74j5Z089001>