diff options
author | maho <maho@FreeBSD.org> | 2005-08-11 12:28:33 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-08-11 12:28:33 +0800 |
commit | f3696bd8a032590e48f6b4bb2b8d377a3693266d (patch) | |
tree | bf0d74cd62e4bff5b1029d5b7e58e533c2e71c00 /editors | |
parent | 0d75a3af2f6173669b9ba8ea34d1468a4a8a1082 (diff) | |
download | freebsd-ports-gnome-f3696bd8a032590e48f6b4bb2b8d377a3693266d.tar.gz freebsd-ports-gnome-f3696bd8a032590e48f6b4bb2b8d377a3693266d.tar.zst freebsd-ports-gnome-f3696bd8a032590e48f6b4bb2b8d377a3693266d.zip |
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)
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} |