aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-MeCab
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-02 00:06:35 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-02 00:06:35 +0000
commit12605f48f715cd70939d4a41d49ae04e085c7b3e (patch)
treefe82c20d8295c589c1186916c29cc49b09d20077 /japanese/p5-Text-MeCab
parentc8b7e43bf7dc714b7e831a3a7aa383563670531f (diff)
downloadports-12605f48f715cd70939d4a41d49ae04e085c7b3e.tar.gz
ports-12605f48f715cd70939d4a41d49ae04e085c7b3e.zip
- Add IS_INTERACTIVE.
- Correct an English comment. PR: ports/101220 Submitted by: maintainer (TAOKA Fumiyoshi)
Notes
Notes: svn path=/head/; revision=169412
Diffstat (limited to 'japanese/p5-Text-MeCab')
-rw-r--r--japanese/p5-Text-MeCab/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/p5-Text-MeCab/Makefile b/japanese/p5-Text-MeCab/Makefile
index 87da68aa54c9..62cb592e9e6a 100644
--- a/japanese/p5-Text-MeCab/Makefile
+++ b/japanese/p5-Text-MeCab/Makefile
@@ -20,9 +20,10 @@ MAN3= Text::MeCab.3 \
Text::MeCab::Node.3
PERL_CONFIGURE= yes
+IS_INTERACTIVE= yes
post-patch:
- # To prevent from overwriting CCFLAGS value by FreeBSD Ports system
+ # To prevent CCFLAGS value from being overwritten by the ports system
@${REINPLACE_CMD} -e 's|CCFLAGS|DEFINE|g' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>