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 /editors | |
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 'editors')
-rw-r--r-- | editors/ooodict-cs_CZ/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-da_DK/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-en_CA/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-en_GB/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-en_US/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-es_ES/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-it_IT/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-nl_NL/Makefile | 1 | ||||
-rw-r--r-- | editors/ooodict-sk_SK/Makefile | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/editors/ooodict-cs_CZ/Makefile b/editors/ooodict-cs_CZ/Makefile index 1480ae59d052..b1e9bbcbc50d 100644 --- a/editors/ooodict-cs_CZ/Makefile +++ b/editors/ooodict-cs_CZ/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= cs LANGSUFFIX= CZ LANGDIST+= cs_CZ.zip +HYPHDIST+= hyph_cs.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice diff --git a/editors/ooodict-da_DK/Makefile b/editors/ooodict-da_DK/Makefile index 22c4f36ab56c..0f2a6ca51ff9 100644 --- a/editors/ooodict-da_DK/Makefile +++ b/editors/ooodict-da_DK/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= da LANGSUFFIX= DK LANGDIST+= da_DK.zip +HYPHDIST+= hyph_da.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-dk diff --git a/editors/ooodict-en_CA/Makefile b/editors/ooodict-en_CA/Makefile index 684b990175de..13108fccd644 100644 --- a/editors/ooodict-en_CA/Makefile +++ b/editors/ooodict-en_CA/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= en LANGSUFFIX= CA LANGDIST+= en_CA.zip +HYPHDIST+= hyph_en_CA.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice diff --git a/editors/ooodict-en_GB/Makefile b/editors/ooodict-en_GB/Makefile index 2bb495ca410d..938822d9ee42 100644 --- a/editors/ooodict-en_GB/Makefile +++ b/editors/ooodict-en_GB/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= en LANGSUFFIX= GB LANGDIST+= en_GB.zip +HYPHDIST+= hyph_en_GB.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice diff --git a/editors/ooodict-en_US/Makefile b/editors/ooodict-en_US/Makefile index 66e12930108d..bda5d8343a33 100644 --- a/editors/ooodict-en_US/Makefile +++ b/editors/ooodict-en_US/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= en LANGSUFFIX= US LANGDIST+= en_US.zip +HYPHDIST+= hyph_en_US.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice diff --git a/editors/ooodict-es_ES/Makefile b/editors/ooodict-es_ES/Makefile index 5c0187c46d17..ad524a12a052 100644 --- a/editors/ooodict-es_ES/Makefile +++ b/editors/ooodict-es_ES/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= es LANGSUFFIX= ES LANGDIST+= es_ES.zip +HYPHDIST+= hyph_es.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-es diff --git a/editors/ooodict-it_IT/Makefile b/editors/ooodict-it_IT/Makefile index b25d344a1204..df3ad1f6a643 100644 --- a/editors/ooodict-it_IT/Makefile +++ b/editors/ooodict-it_IT/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= it LANGSUFFIX= IT LANGDIST+= it_IT.zip +HYPHDIST+= hyph_it.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-it diff --git a/editors/ooodict-nl_NL/Makefile b/editors/ooodict-nl_NL/Makefile index 1cd2f50c4b9c..447cf1113e03 100644 --- a/editors/ooodict-nl_NL/Makefile +++ b/editors/ooodict-nl_NL/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= nl LANGSUFFIX= NL LANGDIST+= nl_NL.zip +HYPHDIST+= hyph_nl.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-nl diff --git a/editors/ooodict-sk_SK/Makefile b/editors/ooodict-sk_SK/Makefile index 4f207f340125..0e7ac436ceb8 100644 --- a/editors/ooodict-sk_SK/Makefile +++ b/editors/ooodict-sk_SK/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= sk LANGSUFFIX= SK LANGDIST+= sk_SK.zip +HYPHDIST+= hyph_sk.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice |