diff options
author | obache <obache@pkgsrc.org> | 2008-05-24 06:14:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-24 06:14:00 +0000 |
commit | d2087828fddb56ab6a6223bf50ec052173a31a9d (patch) | |
tree | 6e5f4e18440796a6bf95b9798defdbc428ec6ec1 /misc/m17n-db/Makefile | |
parent | e1120407b71126bcc9df6855f5e9f8a7e19f8b71 (diff) | |
download | pkgsrc-d2087828fddb56ab6a6223bf50ec052173a31a9d.tar.gz |
GNU configure require C compiler in configure phase.
Suggested by Hasso Tepper in PR 38626.
Diffstat (limited to 'misc/m17n-db/Makefile')
-rw-r--r-- | misc/m17n-db/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/m17n-db/Makefile b/misc/m17n-db/Makefile index cbb6362257c..f56daa7e2ed 100644 --- a/misc/m17n-db/Makefile +++ b/misc/m17n-db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/15 14:25:25 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/24 06:14:00 obache Exp $ # DISTNAME= m17n-db-1.5.1 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes -USE_LANGUAGES= # none +USE_LANGUAGES= c PKGCONFIG_OVERRIDE+= m17n-db.pc.in |