diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-30 23:41:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-30 23:41:46 +0000 |
commit | 23143e22245c62a10ec75574f2c9cf4126232a3e (patch) | |
tree | fb8ab6455e481ad1b3d37cb3602f8545e8caf238 /polish | |
parent | 6b7a13b021cce5f9bf14aa39c813b0b73c099cf9 (diff) | |
download | ports-23143e22245c62a10ec75574f2c9cf4126232a3e.tar.gz ports-23143e22245c62a10ec75574f2c9cf4126232a3e.zip |
Correct the path for RDEP.
Reported by: INDEX build script
Notes
Notes:
svn path=/head/; revision=88116
Diffstat (limited to 'polish')
-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 5fc6ef7e80e2..5c5b81c6bf35 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" |