diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-08-11 04:28:33 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-08-11 04:28:33 +0000 |
commit | ac0236f71bfbd16c08262605c53aa4e140d65b68 (patch) | |
tree | 592ca236f88405895178a182a1f45f42ece03c22 /editors | |
parent | 49ad42552d5dadc89038eea00bdab5cbaf1a161c (diff) |
OOo is updated to 1.1.5 and following ports hardcodes
version. fix building.
editors/ooodict-all
japanese/openoffice-templates
Submitted by: kris
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=140840
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index b0ccbbc114a6..dfbf37328802 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -54,7 +54,7 @@ CUT?= /usr/bin/cut .include <bsd.port.pre.mk> .if !defined(INSTALLATION_BASEDIR) -INSTALLATION_BASEDIR= OpenOffice.org1.1.4 +INSTALLATION_BASEDIR= OpenOffice.org1.1.5 .if defined(RDEP) BUILD_DEPENDS= ${DICT_LIST_INST}:${RDEP} RUN_DEPENDS= ${DICT_LIST_INST}:${RDEP} |