Date: Thu, 21 Oct 2021 14:35:16 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: 1b70a3459bf4 - main - net/ndpi: Add CPE information Message-ID: <202110211435.19LEZGLK072146@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=1b70a3459bf466e3ab23ce5889d2bcc3a5a2eacb commit 1b70a3459bf466e3ab23ce5889d2bcc3a5a2eacb Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:26:56 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:26:56 +0000 net/ndpi: Add CPE information Approved by: portmgr (blanket) --- net/ndpi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile index b559132d6700..a7fb568e6f80 100644 --- a/net/ndpi/Makefile +++ b/net/ndpi/Makefile @@ -15,8 +15,9 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= autoreconf compiler:c++11-lang libtool localbase:ldflags pathfix \ +USES= autoreconf compiler:c++11-lang cpe libtool localbase:ldflags pathfix \ pkgconfig +CPE_VENDOR= ntop USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pic
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211435.19LEZGLK072146>