diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-08-29 06:51:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-08-29 06:51:32 +0000 |
commit | c2ad5dabaebefefe3fd1580742e5d0633a34c30b (patch) | |
tree | 34e8a01232ba34597210491f817ceb9daffbb847 /french | |
parent | Update to 0.13 (diff) |
Fix index build
Reported by : krion via krisautomail
Notes
Notes:
svn path=/head/; revision=141239
Diffstat (limited to 'french')
-rw-r--r-- | french/ooodict-fr_BE/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/ooodict-fr_BE/Makefile b/french/ooodict-fr_BE/Makefile index 9dcb5d78d7ac..5fd70664b16d 100644 --- a/french/ooodict-fr_BE/Makefile +++ b/french/ooodict-fr_BE/Makefile @@ -15,6 +15,6 @@ LANGSUFFIX= BE LANGDIST+= fr_BE.zip HYPHDIST+= hyph_fr_BE.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-1.1 +RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 .include "${MASTERDIR}/Makefile" |