diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-08 23:30:15 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-08 23:30:15 +0000 |
commit | c9da99079a95e55e27b8b0a3b36eacdbdc0518d5 (patch) | |
tree | 6a4f7bbbe593d3e1fca9866dee251272fafa9338 /portuguese | |
parent | b305ac51fee626f3c61ca3e9aa7ec5f0e738d453 (diff) | |
download | ports-c9da99079a95e55e27b8b0a3b36eacdbdc0518d5.tar.gz ports-c9da99079a95e55e27b8b0a3b36eacdbdc0518d5.zip |
Add hyphenation dictionaries to the slave ports.
Notes
Notes:
svn path=/head/; revision=78635
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 |