diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mecab-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/mecab-base/Makefile b/textproc/mecab-base/Makefile index a8e7551469e..053dc4378a6 100644 --- a/textproc/mecab-base/Makefile +++ b/textproc/mecab-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:07 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/12/18 21:34:09 marino Exp $ # .include "../../textproc/mecab/Makefile.common" @@ -13,6 +13,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes OWN_DIRS= ${PREFIX:Q}/lib/mecab/dic +DRAGONFLY_CCVER= gcc44 .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" |