svn commit: r501157 - head/databases/pgroonga

Tobias Kortkamp tobik at FreeBSD.org
Fri May 10 06:07:07 UTC 2019


Author: tobik
Date: Fri May 10 06:07:06 2019
New Revision: 501157
URL: https://svnweb.freebsd.org/changeset/ports/501157

Log:
  databases/pgroonga: Fix MECAB option description

Modified:
  head/databases/pgroonga/Makefile

Modified: head/databases/pgroonga/Makefile
==============================================================================
--- head/databases/pgroonga/Makefile	Fri May 10 05:51:42 2019	(r501156)
+++ head/databases/pgroonga/Makefile	Fri May 10 06:07:06 2019	(r501157)
@@ -19,7 +19,7 @@ LLD_UNSAFE=	yes
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	MECAB
-MECAB_DESCRIBE=	Use MeCab as a tokenizer
+MECAB_DESC=	Use MeCab as a tokenizer
 MECAB_BUILD_DEPENDS=	mecab-ipadics>=0.996:japanese/mecab-ipadic
 
 post-install:


More information about the svn-ports-all mailing list