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 | |
parent | Add arm support. (diff) |
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
-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}/|} |