git: 2ca557aad599 - main - textproc/hunspell: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:18 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ca557aad599fab37330b95dde5dd945a3569418 commit 2ca557aad599fab37330b95dde5dd945a3569418 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:58:57 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:07 +0000 textproc/hunspell: Add CPE information Approved by: portmgr (blanket) --- textproc/hunspell/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 9db8f2c388c4..ff78521ec2e9 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -19,8 +19,9 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib libtool:keepla pathfix \ +USES= autoreconf compiler:c++11-lib cpe libtool:keepla pathfix \ iconv ncurses readline shebangfix perl5 +CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes SHEBANG_FILES= src/tools/ispellaff2myspell USE_LDCONFIG= yes