diff options
Diffstat (limited to 'hungarian/ooodict/Makefile')
-rw-r--r-- | hungarian/ooodict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hungarian/ooodict/Makefile b/hungarian/ooodict/Makefile index bc7eb06999f3..63c9f7cb06c0 100644 --- a/hungarian/ooodict/Makefile +++ b/hungarian/ooodict/Makefile @@ -8,13 +8,13 @@ # COMMENT= Hungarian (Hungary) Myspell dictionary for OpenOffice.org - CATEGORIES= hungarian LANGPREFIX= hu LANGSUFFIX= HU LANGDIST+= hu_HU.zip +THESDIST+= thes_hu_HU.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-1.0 +RDEP= ${PORTSDIR}/editors/openoffice-1.1 .include "${MASTERDIR}/Makefile" |