diff options
Diffstat (limited to 'textproc/chasen-base/Makefile')
-rw-r--r-- | textproc/chasen-base/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile index dd9efffb8a7..ea5e8bd088f 100644 --- a/textproc/chasen-base/Makefile +++ b/textproc/chasen-base/Makefile @@ -1,12 +1,16 @@ -# $NetBSD: Makefile,v 1.20 2009/05/21 13:49:59 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/12/11 14:26:27 taca Exp $ # DISTNAME= chasen-${CHASEN_VERSION} PKGNAME= chasen-base-${CHASEN_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=chasen-legacy/32224/} +PATCHFILES= chasen244-secfix.diff +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=chasen-legacy/54111/} +PATCH_DIST_STRIP= -p1 + MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://chasen-legacy.sourceforge.jp/ COMMENT= ChaSen, Japanese Morphological Analysis System |