diff options
author | obache <obache> | 2008-05-31 15:08:01 +0000 |
---|---|---|
committer | obache <obache> | 2008-05-31 15:08:01 +0000 |
commit | 63d7976887ee0204a8249e7e71970d791c05fc3c (patch) | |
tree | ecbceb9a8d13a2282d99dad50186e10241e14056 /misc | |
parent | 931f8468ee47cfd6681ca2f359d002bb6a4c3e26 (diff) | |
download | pkgsrc-63d7976887ee0204a8249e7e71970d791c05fc3c.tar.gz |
Need c comiplier for GNU configure.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/m17n-contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/m17n-contrib/Makefile b/misc/m17n-contrib/Makefile index c5b8ca50dce..49942f50f32 100644 --- a/misc/m17n-contrib/Makefile +++ b/misc/m17n-contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/02/27 14:04:58 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/05/31 15:08:01 obache Exp $ # DISTNAME= m17n-contrib-1.1.6 @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_LANGUAGES= # none +USE_LANGUAGES= c REPLACE_AWK= tbl2mim.awk |