summaryrefslogtreecommitdiffstats
path: root/textproc/estraier/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-11-14 17:04:32 +0000
committerahze <ahze@FreeBSD.org>2004-11-14 17:04:32 +0000
commitfa6ef2b1404d52a2850be538c081b5f8456dc5a0 (patch)
tree787644cfc614fe6518a775fcd17a937c946d278c /textproc/estraier/Makefile
parent206813ab7e79e3a28c9e2097f622003b6146fa90 (diff)
downloadFreeBSD-ports-fa6ef2b1404d52a2850be538c081b5f8456dc5a0.zip
FreeBSD-ports-fa6ef2b1404d52a2850be538c081b5f8456dc5a0.tar.gz
Update to 1.2.25
Approved by: pav (co mentor)
Diffstat (limited to 'textproc/estraier/Makefile')
-rw-r--r--textproc/estraier/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
index b6f5bac..3bc412a 100644
--- a/textproc/estraier/Makefile
+++ b/textproc/estraier/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= estraier
-PORTVERSION= 1.2.24
+PORTVERSION= 1.2.25
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,6 +25,9 @@ CONFIGURE_ARGS= --with-sysqdbm \
--enable-dlfilter \
--enable-devel
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/include"
+
OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \
MECAB "Part-of-Speech and Morphological Analyzer" On \
KAKASI "Language processing filter/converter" On
@@ -51,8 +54,5 @@ CONFIGURE_ARGS+= --enable-kakasi
post-patch:
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|MYDOCS|#|' ${WRKSRC}/Makefile.in
-.endif
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud