diff options
author | mbr <mbr@FreeBSD.org> | 2003-04-09 07:30:15 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-04-09 07:30:15 +0800 |
commit | 9227a8e17732381bec045f97804327b973869f8a (patch) | |
tree | 0440e54bf6cbf1d495ad464d6a91a018135013b7 /portuguese | |
parent | 9e99c5915b4565027494a90ea3a17cdb96eba529 (diff) | |
download | freebsd-ports-gnome-9227a8e17732381bec045f97804327b973869f8a.tar.gz freebsd-ports-gnome-9227a8e17732381bec045f97804327b973869f8a.tar.zst freebsd-ports-gnome-9227a8e17732381bec045f97804327b973869f8a.zip |
Add hyphenation dictionaries to the slave ports.
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/ooodict-pt_BR/Makefile | 1 | ||||
-rw-r--r-- | portuguese/ooodict-pt_PT/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/portuguese/ooodict-pt_BR/Makefile b/portuguese/ooodict-pt_BR/Makefile index cd6504379d89..b26c5d4fc8e4 100644 --- a/portuguese/ooodict-pt_BR/Makefile +++ b/portuguese/ooodict-pt_BR/Makefile @@ -13,6 +13,7 @@ CATEGORIES= portuguese LANGPREFIX= pt LANGSUFFIX= BR LANGDIST+= pt_BR.zip +HYPHDIST+= hyph_pt_BR.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all RDEP= ${PORTSDIR}/portuguese/openoffice diff --git a/portuguese/ooodict-pt_PT/Makefile b/portuguese/ooodict-pt_PT/Makefile index 071de4f0611e..73a2fb656a14 100644 --- a/portuguese/ooodict-pt_PT/Makefile +++ b/portuguese/ooodict-pt_PT/Makefile @@ -13,6 +13,7 @@ CATEGORIES= portuguese LANGPREFIX= pt LANGSUFFIX= PT LANGDIST+= pt_PT.zip +HYPHDIST+= hyph_pt_PT.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all RDEP= ${PORTSDIR}/portuguese/openoffice |