diff options
author | pav <pav@FreeBSD.org> | 2005-06-06 07:49:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-06 07:49:29 +0800 |
commit | 08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba (patch) | |
tree | 6d06915951d0ac48f4f712f56b908983f421920c /portuguese | |
parent | 1853a374bda38071f2c05f18d0f7eeac7b9ae4e6 (diff) | |
download | freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.tar.gz freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.tar.zst freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.zip |
- Unbreak and general update
- Add thesaureses
- Add new dictionaries for Afrikaans, Welsh, English (Australia), English
(New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician,
Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand),
Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda),
Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel),
German (Austria), French (Belgium)
PR: ports/78492, ports/81196
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>,
Nicholas Kirby <nkirby@dagr.net>
Approved by: maintainer (in general; too busy to work on ooodict)
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/ooodict-pt_BR/Makefile | 4 | ||||
-rw-r--r-- | portuguese/ooodict-pt_PT/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/portuguese/ooodict-pt_BR/Makefile b/portuguese/ooodict-pt_BR/Makefile index 7b4e6b328615..28aacfc079e5 100644 --- a/portuguese/ooodict-pt_BR/Makefile +++ b/portuguese/ooodict-pt_BR/Makefile @@ -15,8 +15,6 @@ LANGSUFFIX= BR LANGDIST+= pt_BR.zip HYPHDIST+= hyph_pt_BR.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/portuguese/openoffice-1.0 +RDEP= ${PORTSDIR}/editors/openoffice-1.1 .include "${MASTERDIR}/Makefile" - -PKGNAMEPREFIX= pt_BR- diff --git a/portuguese/ooodict-pt_PT/Makefile b/portuguese/ooodict-pt_PT/Makefile index acbd7f197862..bbdd22fb5e7f 100644 --- a/portuguese/ooodict-pt_PT/Makefile +++ b/portuguese/ooodict-pt_PT/Makefile @@ -15,8 +15,6 @@ LANGSUFFIX= PT LANGDIST+= pt_PT.zip HYPHDIST+= hyph_pt_PT.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/portuguese/openoffice-1.0 +RDEP= ${PORTSDIR}/editors/openoffice-1.1 .include "${MASTERDIR}/Makefile" - -PKGNAMEPREFIX= pt_PT- |