diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-29 11:07:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-29 11:07:56 +0000 |
commit | ad110a2709a4d786d9f5b5d4d130e395ee5cabf1 (patch) | |
tree | fb4b05096e53d2301adb160026d8416d1120d83e /editors/ooo-build/Makefile | |
parent | Build fix for when ooo-build and openoffice.org-2.0 (diff) |
Another fix.. OOOTAG must also be specified.
Pointy hat to: myself
Notes
Notes:
svn path=/head/; revision=174101
Diffstat (limited to 'editors/ooo-build/Makefile')
-rw-r--r-- | editors/ooo-build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ooo-build/Makefile b/editors/ooo-build/Makefile index d7d63ccdd534..f18f34745e85 100644 --- a/editors/ooo-build/Makefile +++ b/editors/ooo-build/Makefile @@ -33,6 +33,7 @@ OOO_PATCHDIR=src680 OOOBUILD_VERSION=2.0.4.m4 OOOBUILD_TAG=ood680-m4 OOOSRC= OOo_2.0.4rc2_src.tar.gz +OOOTAG= OOD680_m5 #OOOBUILD= ooo-build-${OOOBUILD_VERSION} OOOBUILD= ooo-build-${OOOBUILD_TAG} OOOBUILD_SOURCE=${OOOBUILD}.tar.gz |