diff options
author | maho <maho@FreeBSD.org> | 2006-09-29 19:07:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-29 19:07:56 +0800 |
commit | 2c933cde49b58ee338f290ffa5dd7eacffacfc44 (patch) | |
tree | ee59447ba6d7bffddf5a7342286652782e2c420e | |
parent | 2d4af337abb1b093113f699e748f0176ed39ec0d (diff) | |
download | freebsd-ports-gnome-2c933cde49b58ee338f290ffa5dd7eacffacfc44.tar.gz freebsd-ports-gnome-2c933cde49b58ee338f290ffa5dd7eacffacfc44.tar.zst freebsd-ports-gnome-2c933cde49b58ee338f290ffa5dd7eacffacfc44.zip |
Another fix.. OOOTAG must also be specified.
Pointy hat to: myself
-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 |