git: 5186608ef463 - main - net/pjsip: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Wed Sep 29 20:02:38 UTC 2021


The branch main has been updated by decke:

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

commit 5186608ef463617381fd631b78a950c15aa63be2
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-29 20:00:02 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-29 20:00:02 +0000

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

diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile
index dad458d27239..07420272e54e 100644
--- a/net/pjsip/Makefile
+++ b/net/pjsip/Makefile
@@ -11,10 +11,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libportaudio.so:audio/portaudio \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-USES=		gmake localbase pathfix ssl tar:bz2
+USES=		cpe gmake localbase pathfix ssl tar:bz2
 USE_GITHUB=	yes
 GH_PROJECT=	pjproject
 USE_LDCONFIG=	yes
+CPE_VENDOR=	teluu
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-external-pa \


More information about the dev-commits-ports-main mailing list