diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-16 05:08:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-16 05:08:05 +0000 |
commit | 5dbfcd79aeae0a24273560fa8bc999aad44cd65f (patch) | |
tree | 44d93471285afcc2716d3adf0a64a7f51312ca10 | |
parent | Better fix for copy from overflow problem (diff) |
Explicitly depends on libiconv.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=109239
-rw-r--r-- | japanese/chasen-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/chasen-base/Makefile b/japanese/chasen-base/Makefile index 345b40fd435d..a63074efdda6 100644 --- a/japanese/chasen-base/Makefile +++ b/japanese/chasen-base/Makefile @@ -8,6 +8,7 @@ PORTNAME= chasen PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ PKGNAMESUFFIX= -base @@ -23,7 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE} -#USE_LIBTOOL= yes +USE_ICONV= yes INSTALLS_SHLIB= yes post-install: |