diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-26 21:58:22 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-26 21:58:22 +0000 |
commit | 92401d6d2544ea0212d8229e41a053b9588b5e37 (patch) | |
tree | 873c3364be86afcb3cd2f681cbfa690fba902160 /textproc/estraier | |
parent | 1601298e7a21ac8680af3159bf8bcb35b5909b25 (diff) | |
download | ports-92401d6d2544ea0212d8229e41a053b9588b5e37.tar.gz ports-92401d6d2544ea0212d8229e41a053b9588b5e37.zip |
Notes
Diffstat (limited to 'textproc/estraier')
-rw-r--r-- | textproc/estraier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index 3bc412ad2ba6..7ad27203f7b2 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-sysqdbm \ --enable-devel CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/include" + LDFLAGS="-L${LOCALBASE}/include ${PTHREAD_LIBS}" OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \ MECAB "Part-of-Speech and Morphological Analyzer" On \ |