Date: Thu, 14 Oct 2021 11:02:20 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: 5d04bf2b1dd9 - main - textproc/libextractor: Add CPE information Message-ID: <202110141102.19EB2Kub034135@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=5d04bf2b1dd95dd423ec151cb9565ffd71c83a8f commit 5d04bf2b1dd95dd423ec151cb9565ffd71c83a8f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:59:30 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:07 +0000 textproc/libextractor: Add CPE information Approved by: portmgr (blanket) --- textproc/libextractor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 53f630fe290b..e3b4eeec5753 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -15,8 +15,9 @@ BUILD_DEPENDS= tidy-html5>0:www/tidy-html5 LIB_DEPENDS= libltdl.so:devel/libltdl libogg.so:audio/libogg \ libtiff.so:graphics/tiff -USES= gnome iconv jpeg libarchive libtool \ +USES= cpe gnome iconv jpeg libarchive libtool \ makeinfo pathfix pkgconfig python +CPE_VENDOR= gnu USE_GNOME= gtk20 gdkpixbuf2 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110141102.19EB2Kub034135>