diff options
Diffstat (limited to 'textproc/py-mecab/Makefile')
-rw-r--r-- | textproc/py-mecab/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile index e0e5a30abcb..d2cf7419b5b 100644 --- a/textproc/py-mecab/Makefile +++ b/textproc/py-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/02/27 11:53:07 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/25 06:56:51 asau Exp $ # .include "../../textproc/mecab/Makefile.common" @@ -10,8 +10,6 @@ CATEGORIES+= python COMMENT= MeCab python module LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ EGG_NAME= ${DISTNAME:S/-/_/} |