diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-05 03:11:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-05 03:11:53 +0000 |
commit | a756944ff502c2bd5784a51a381b10cb8775d90e (patch) | |
tree | 74970db677f3eec95c60ff2663eed9dbbfd7ff41 | |
parent | 8998c29892ebabbb1c8ffea5c2d4222987072d4f (diff) | |
download | pkgsrc-a756944ff502c2bd5784a51a381b10cb8775d90e.tar.gz |
Enable NLS on every platform. Previously, it was enabled on Linux only.
Approved by the maintainer. Bump PKGREVISION.
-rw-r--r-- | textproc/aspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/aspell/PLIST | 23 |
2 files changed, 26 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index e4da2072948..3a236696431 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2006/03/31 23:56:30 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2006/05/05 03:11:53 minskim Exp $ # DISTNAME= aspell-0.60.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} @@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell CONFIGURE_ARGS+= --enable-curses=ncurses CONFIGURE_ARGS+= --enable-pkgdatadir=${PREFIX}/share/aspell CONFIGURE_ARGS+= --enable-dict-dir=${PREFIX}/lib/aspell +CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes # Loadable filter currently don't work on NetBSD, see # https://sourceforge.net/tracker/?func=detail&atid=100245&aid=1336865&group_id=245 @@ -51,5 +52,6 @@ LIBS.SunOS+= -lm post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index 94b665fc7a2..904cce12d8e 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/03/31 23:56:30 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/05/05 03:11:53 minskim Exp $ bin/aspell bin/aspell-import bin/precat @@ -101,6 +101,27 @@ share/aspell/split.kbd share/aspell/standard.kbd ${FILTER}share/aspell/tex-filter.info ${FILTER}share/aspell/texinfo-filter.info +share/locale/be/LC_MESSAGES/aspell.mo +share/locale/cs/LC_MESSAGES/aspell.mo +share/locale/da/LC_MESSAGES/aspell.mo +share/locale/de/LC_MESSAGES/aspell.mo +share/locale/en_GB/LC_MESSAGES/aspell.mo +share/locale/es/LC_MESSAGES/aspell.mo +share/locale/fr/LC_MESSAGES/aspell.mo +share/locale/ga/LC_MESSAGES/aspell.mo +share/locale/it/LC_MESSAGES/aspell.mo +share/locale/mn/LC_MESSAGES/aspell.mo +share/locale/nl/LC_MESSAGES/aspell.mo +share/locale/pt_BR/LC_MESSAGES/aspell.mo +share/locale/ro/LC_MESSAGES/aspell.mo +share/locale/ru/LC_MESSAGES/aspell.mo +share/locale/rw/LC_MESSAGES/aspell.mo +share/locale/sl/LC_MESSAGES/aspell.mo +share/locale/sr/LC_MESSAGES/aspell.mo +share/locale/tg/LC_MESSAGES/aspell.mo +share/locale/uk/LC_MESSAGES/aspell.mo +share/locale/vi/LC_MESSAGES/aspell.mo +share/locale/wa/LC_MESSAGES/aspell.mo @dirrm share/aspell @dirrm lib/aspell @dirrm include/pspell |