aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/p5-Text-MeCab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/p5-Text-MeCab/Makefile')
-rw-r--r--japanese/p5-Text-MeCab/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/p5-Text-MeCab/Makefile b/japanese/p5-Text-MeCab/Makefile
index ea1e4ad1d35a..e5b9aa3cc3e0 100644
--- a/japanese/p5-Text-MeCab/Makefile
+++ b/japanese/p5-Text-MeCab/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text-MeCab
-PORTVERSION= 0.20004
+PORTVERSION= 0.20007
CATEGORIES= japanese textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
@@ -30,9 +30,6 @@ post-patch:
@${REINPLACE_CMD} -e "/default_encoding = /s/utf-8/${ENCODING}/" \
${WRKSRC}/tools/probe_mecab.pl
- # To prevent CCFLAGS value from being overwritten by the ports system
- @${REINPLACE_CMD} -e "s|CCFLAGS|INC|g" ${WRKSRC}/Makefile.PL
-
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-