diff options
Diffstat (limited to 'textproc/mecab-naistdic/Makefile')
-rw-r--r-- | textproc/mecab-naistdic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/mecab-naistdic/Makefile b/textproc/mecab-naistdic/Makefile index f7154205c98..412bd74b966 100644 --- a/textproc/mecab-naistdic/Makefile +++ b/textproc/mecab-naistdic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/02/29 09:10:06 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:07 asau Exp $ # DISTNAME= mecab-naist-jdic-0.6.3-20100801 @@ -15,8 +15,6 @@ LICENSE= modified-bsd BUILD_DEPENDS+= mecab-base-[0-9]*:../../textproc/mecab-base -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q} |