svn commit: r539429 - head/textproc/hyperestraier

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jun 17 16:23:43 UTC 2020


Author: lwhsu
Date: Wed Jun 17 16:23:42 2020
New Revision: 539429
URL: https://svnweb.freebsd.org/changeset/ports/539429

Log:
  Fix dependency with MECAB option
  
  PR:		243428
  Submitted by:	nyan

Modified:
  head/textproc/hyperestraier/Makefile

Modified: head/textproc/hyperestraier/Makefile
==============================================================================
--- head/textproc/hyperestraier/Makefile	Wed Jun 17 16:21:32 2020	(r539428)
+++ head/textproc/hyperestraier/Makefile	Wed Jun 17 16:23:42 2020	(r539429)
@@ -4,7 +4,7 @@
 
 PORTNAME=	hyperestraier
 PORTVERSION=	1.4.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -35,7 +35,7 @@ LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
 MECAB_CONFIGURE_ENABLE=	mecab
 MECAB_LIB_DEPENDS=	libmecab.so:japanese/mecab
-MECAB_RUN_DEPENDS=	${LOCALBASE}/lib/mecab/dic/ipadic/matrix.bin:japanese/mecab-ipadic
+MECAB_RUN_DEPENDS=	ja-mecab-ipadic>0:japanese/mecab-ipadic
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/@MYCFLAGS@/@CFLAGS@ -Wall -fPIC -fsigned-char/' \


More information about the svn-ports-all mailing list