diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-07 10:55:02 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-07 10:55:02 +0000 |
commit | 67be77c6334221521a7c555262f1a5d9bb9469da (patch) | |
tree | 8dbb62c1d76fce79ff9af2a328aff93dc25f5ba9 /japanese | |
parent | f6587de8c34bb9ab9c8e6ce43b4f3e8996354cf2 (diff) | |
download | FreeBSD-ports-67be77c6334221521a7c555262f1a5d9bb9469da.zip FreeBSD-ports-67be77c6334221521a7c555262f1a5d9bb9469da.tar.gz |
Fix it properly this time:
- remove openoffice-1.0 and -1.1 from the subdirs Makefile again.
- fix dependency in japanese/openoffice-templates to point to
japanese/openoffice-devel.
Informed openoffice@ and maho@
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 2 | ||||
-rw-r--r-- | japanese/openoffice-templates/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index c2d267f..60905e7 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -267,8 +267,6 @@ SUBDIR += onew-wnn6 SUBDIR += onew-wnn7 SUBDIR += openoffice - SUBDIR += openoffice-1.0 - SUBDIR += openoffice-1.1 SUBDIR += openoffice-devel SUBDIR += openoffice-templates SUBDIR += otojiro-fpw diff --git a/japanese/openoffice-templates/Makefile b/japanese/openoffice-templates/Makefile index 63625af..19db088 100644 --- a/japanese/openoffice-templates/Makefile +++ b/japanese/openoffice-templates/Makefile @@ -17,7 +17,7 @@ MAINTAINER= openoffice@FreeBSD.org COMMENT= OpenOffice 1.1.0 Impress Templates PLIST= ${WRKDIR}/pkg-plist -RUN_DEPENDS= ${PREFIX}/${OPENOFFICE}/program/soffice:${PORTSDIR}/japanese/openoffice-1.1 +RUN_DEPENDS= ${PREFIX}/${OPENOFFICE}/program/soffice:${PORTSDIR}/japanese/openoffice-devel OPENOFFICE= OpenOffice.org1.1.0 |