Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 19:54:52 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d31f3ae69595 - main - net/belle-sip: Add CPE information
Message-ID:  <202110231954.19NJsqSI042704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d31f3ae695954819f67adad6747490fd51c8abf0

commit d31f3ae695954819f67adad6747490fd51c8abf0
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 19:54:17 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 19:54:48 +0000

    net/belle-sip: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/belle-sip/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile
index 76d82ff5a964..5d7d89c93a03 100644
--- a/net/belle-sip/Makefile
+++ b/net/belle-sip/Makefile
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libantlr3c.so:devel/libantlr3c \
 		libbctoolbox.so:net/bctoolbox
 
-USES=		cmake
+USES=		cmake cpe
+CPE_VENDOR=	linphone
 USE_JAVA=	yes
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110231954.19NJsqSI042704>