diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-06-30 01:49:06 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-06-30 01:49:06 +0800 |
commit | 57da4b6c325592d53413fd291971e04c217f9f01 (patch) | |
tree | f14cba707521040669b48dc9a75bd4a937cbb869 /japanese | |
parent | b679466ab960537a39c5532a1ed097e808e866d0 (diff) | |
download | freebsd-ports-gnome-57da4b6c325592d53413fd291971e04c217f9f01.tar.gz freebsd-ports-gnome-57da4b6c325592d53413fd291971e04c217f9f01.tar.zst freebsd-ports-gnome-57da4b6c325592d53413fd291971e04c217f9f01.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
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/openoffice-templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}/|} |