diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-03 15:41:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-03 15:41:05 +0000 |
commit | c7be41f87c5826cfb123e178efafe1d4d9da8187 (patch) | |
tree | f29401ac4b957ee661f6d80aa343422519e10f9f /devel | |
parent | 6a55e8f1ec3bfee66569754ec2b2fe4e82e426b6 (diff) | |
download | pkgsrc-c7be41f87c5826cfb123e178efafe1d4d9da8187.tar.gz |
Enable NLS on every platform. Previously it was enabled on Linux but not
on NetBSD. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 6 | ||||
-rw-r--r-- | devel/bison/PLIST | 44 |
2 files changed, 48 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 8e9d99e2ab7..3c15c423a1b 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2006/04/13 18:23:31 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2006/05/03 15:41:05 minskim Exp $ DISTNAME= bison-2.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 @@ -16,6 +17,9 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gm4:run msgfmt INFO_FILES= # PLIST +CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes + TEST_TARGET= check +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/bison/PLIST b/devel/bison/PLIST index 3084d9b205a..a6186cfca95 100644 --- a/devel/bison/PLIST +++ b/devel/bison/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2006/03/30 03:44:42 jlam Exp $ +@comment $NetBSD: PLIST,v 1.14 2006/05/03 15:41:05 minskim Exp $ bin/bison info/bison.info lib/liby.a @@ -11,5 +11,47 @@ share/bison/glr.c share/bison/lalr1.cc share/bison/m4sugar/m4sugar.m4 share/bison/yacc.c +share/locale/da/LC_MESSAGES/bison-runtime.mo +share/locale/da/LC_MESSAGES/bison.mo +share/locale/de/LC_MESSAGES/bison-runtime.mo +share/locale/de/LC_MESSAGES/bison.mo +share/locale/es/LC_MESSAGES/bison-runtime.mo +share/locale/es/LC_MESSAGES/bison.mo +share/locale/et/LC_MESSAGES/bison-runtime.mo +share/locale/et/LC_MESSAGES/bison.mo +share/locale/fr/LC_MESSAGES/bison-runtime.mo +share/locale/fr/LC_MESSAGES/bison.mo +share/locale/ga/LC_MESSAGES/bison-runtime.mo +share/locale/ga/LC_MESSAGES/bison.mo +share/locale/hr/LC_MESSAGES/bison-runtime.mo +share/locale/hr/LC_MESSAGES/bison.mo +share/locale/id/LC_MESSAGES/bison-runtime.mo +share/locale/id/LC_MESSAGES/bison.mo +share/locale/it/LC_MESSAGES/bison-runtime.mo +share/locale/it/LC_MESSAGES/bison.mo +share/locale/ja/LC_MESSAGES/bison-runtime.mo +share/locale/ja/LC_MESSAGES/bison.mo +share/locale/ms/LC_MESSAGES/bison-runtime.mo +share/locale/ms/LC_MESSAGES/bison.mo +share/locale/nb/LC_MESSAGES/bison-runtime.mo +share/locale/nb/LC_MESSAGES/bison.mo +share/locale/nl/LC_MESSAGES/bison-runtime.mo +share/locale/nl/LC_MESSAGES/bison.mo +share/locale/pl/LC_MESSAGES/bison-runtime.mo +share/locale/pl/LC_MESSAGES/bison.mo +share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo +share/locale/pt_BR/LC_MESSAGES/bison.mo +share/locale/ro/LC_MESSAGES/bison-runtime.mo +share/locale/ro/LC_MESSAGES/bison.mo +share/locale/ru/LC_MESSAGES/bison-runtime.mo +share/locale/ru/LC_MESSAGES/bison.mo +share/locale/rw/LC_MESSAGES/bison-runtime.mo +share/locale/rw/LC_MESSAGES/bison.mo +share/locale/sv/LC_MESSAGES/bison-runtime.mo +share/locale/sv/LC_MESSAGES/bison.mo +share/locale/tr/LC_MESSAGES/bison-runtime.mo +share/locale/tr/LC_MESSAGES/bison.mo +share/locale/vi/LC_MESSAGES/bison-runtime.mo +share/locale/vi/LC_MESSAGES/bison.mo @dirrm share/bison/m4sugar @dirrm share/bison |