Date: Wed, 29 Sep 2021 20:02:36 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5186608ef463 - main - net/pjsip: Add CPE information Message-ID: <202109292002.18TK2agQ011041@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=5186608ef463617381fd631b78a950c15aa63be2 commit 5186608ef463617381fd631b78a950c15aa63be2 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-29 20:00:02 +0000 Commit: Bernhard Froehlich <decke@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109292002.18TK2agQ011041>