diff options
Diffstat (limited to 'textproc/estraier/Makefile')
-rw-r--r-- | textproc/estraier/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index b6f5bac89ad3..3bc412ad2ba6 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> |