git: 5d04bf2b1dd9 - main - textproc/libextractor: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:20 UTC
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