git: 2bd388200923 - main - graphics/tesseract: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:44:40 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bd38820092333c20354e7ecb6673ef2f7d63c2c commit 2bd38820092333c20354e7ecb6673ef2f7d63c2c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:20:08 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:20:08 +0000 graphics/tesseract: Add CPE information Approved by: portmgr (blanket) --- graphics/tesseract/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index a8f8ed585022..d33fec42d995 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -16,12 +16,14 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ LIB_DEPENDS= liblept.so:graphics/leptonica RUN_DEPENDS= tesseract-data>=0:graphics/tesseract-data -USES= autoreconf compiler:c++11-lang gmake gnome localbase \ +USES= autoreconf compiler:c++11-lang cpe gmake gnome localbase \ libtool pathfix pkgconfig shebangfix USE_LDCONFIG= yes GNU_CONFIGURE= yes +CPE_VENDOR= tesseract_project + USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-ocr