diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-30 23:41:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-30 23:41:46 +0000 |
commit | ab2a8493ffa2964860d724c9607e76a779d97c65 (patch) | |
tree | 80d56cdd61ec34dee77b5d342217a40e11d1c5a8 /polish/ooodict_PL | |
parent | 85f35e133dfa63cb2ef8b9b1c907cb92049d5f27 (diff) | |
download | FreeBSD-ports-ab2a8493ffa2964860d724c9607e76a779d97c65.zip FreeBSD-ports-ab2a8493ffa2964860d724c9607e76a779d97c65.tar.gz |
Correct the path for RDEP.
Reported by: INDEX build script
Diffstat (limited to 'polish/ooodict_PL')
-rw-r--r-- | polish/ooodict_PL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/ooodict_PL/Makefile b/polish/ooodict_PL/Makefile index 5fc6ef7..5c5b81c 100644 --- a/polish/ooodict_PL/Makefile +++ b/polish/ooodict_PL/Makefile @@ -14,6 +14,6 @@ LANGPREFIX= pl LANGSUFFIX= PL LANGDIST+= pl_PL.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-pl +RDEP= ${PORTSDIR}/polish/openoffice-pl .include "${MASTERDIR}/Makefile" |