diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-14 12:55:48 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-14 12:55:48 +0000 |
commit | 800724e9a7c37fa7370ec3b7f9e1d12fb0891c90 (patch) | |
tree | 3a8f0e20c8c111852b94ef3c03323df04f390708 /japanese/chasen-base/Makefile | |
parent | 3c8dce97029133daa34872fc6cf1c045be50e67c (diff) |
Notes
Diffstat (limited to 'japanese/chasen-base/Makefile')
-rw-r--r-- | japanese/chasen-base/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/chasen-base/Makefile b/japanese/chasen-base/Makefile index 13deef4c6b5e..345b40fd435d 100644 --- a/japanese/chasen-base/Makefile +++ b/japanese/chasen-base/Makefile @@ -7,14 +7,14 @@ # PORTNAME= chasen -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.3 CATEGORIES= japanese textproc MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ PKGNAMESUFFIX= -base PATCH_SITES= ${MASTER_SITES} -PATCHFILES= chasen-${PORTVERSION}-nmz.diff -PATCH_DIST_STRIP= -p1 +PATCHFILES= chasen-2.3.3.20030821.patch chasen-2.3.3.20030822.patch chasen-2.3.3.20031024.patch +PATCH_DIST_STRIP= -p0 MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Morphological Analysis System @@ -22,6 +22,7 @@ COMMENT= Japanese Morphological Analysis System BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE} #USE_LIBTOOL= yes INSTALLS_SHLIB= yes |