diff options
-rw-r--r-- | french/ooodict-fr_BE/Makefile | 2 | ||||
-rw-r--r-- | japanese/openoffice-templates/Makefile | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/japanese/openoffice-templates/Makefile b/japanese/openoffice-templates/Makefile index 381860a0e6d4..4825b50abd4b 100644 --- a/japanese/openoffice-templates/Makefile +++ b/japanese/openoffice-templates/Makefile @@ -17,7 +17,7 @@ DISTNAME= impress_${PORTNAME} MAINTAINER= openoffice@FreeBSD.org COMMENT= OpenOffice.org 1.1 Impress Templates -RUN_DEPENDS= ${LOCALBASE}/${OPENOFFICE}/program/soffice:${PORTSDIR}/japanese/openoffice-1.1 +RUN_DEPENDS= ${LOCALBASE}/${OPENOFFICE}/program/soffice:${PORTSDIR}/editors/openoffice-1.1 NO_BUILD= yes PLIST_FILES= ${OOTEMPLATES:S|^|${TEMPLATEDIR}/|} |