diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2005-06-29 17:49:06 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2005-06-29 17:49:06 +0000 |
commit | c643ee37211d0d4be5f85611a566d1aa240d1e9f (patch) | |
tree | b27aa1b7978957281a49c59389dfcafcd4cb70f3 /french | |
parent | 3a892a5369656c8d7a03ed07d6ec0eb79167c56c (diff) | |
download | ports-c643ee37211d0d4be5f85611a566d1aa240d1e9f.tar.gz ports-c643ee37211d0d4be5f85611a566d1aa240d1e9f.zip |
Attempt to fix INDEX build by depending upon editors/openoffice-1.1
instead of french/openoffice-1.1 or japanese/openoffice-1.1, neither
of which exist any longer.
Approved by: linimon
Notes
Notes:
svn path=/head/; revision=138201
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 d21fb773dc24..9dcb5d78d7ac 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}/french/openoffice-1.1 +RDEP= ${PORTSDIR}/editors/openoffice-1.1 .include "${MASTERDIR}/Makefile" |