Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2020 16:23:42 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539429 - head/textproc/hyperestraier
Message-ID:  <202006171623.05HGNgYv095050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006171623.05HGNgYv095050>