diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-08-29 06:52:26 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-08-29 06:52:26 +0000 |
commit | c833199d1696a2df6e1e70ed23098bd62f9cc5c0 (patch) | |
tree | e0fdc3612a09b90dccea959f63e2abde55c4851f /editors | |
parent | Fix index build (diff) |
Fix index build
Reported by : krion via krisautomail
Notes
Notes:
svn path=/head/; revision=141240
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-af_ZA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ooodict-af_ZA/Makefile b/editors/ooodict-af_ZA/Makefile index 5d3273ca8af7..68118b0f877f 100644 --- a/editors/ooodict-af_ZA/Makefile +++ b/editors/ooodict-af_ZA/Makefile @@ -12,6 +12,6 @@ LANGPREFIX= af LANGSUFFIX= ZA LANGDIST+= af_ZA.zip MASTERDIR= ${.CURDIR}/../ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-1.1 +RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 .include "${MASTERDIR}/Makefile" |