diff options
author | pav <pav@FreeBSD.org> | 2009-08-13 21:49:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-08-13 21:49:30 +0800 |
commit | 07e780b29383c27582f1878c8740da201559ec26 (patch) | |
tree | 3bfc39b0952fb1f74b1ce7065a72642270a8473d | |
parent | a3552a90f91508ed0622ecc0e6384dfb6bfece6c (diff) | |
download | freebsd-ports-gnome-07e780b29383c27582f1878c8740da201559ec26.tar.gz freebsd-ports-gnome-07e780b29383c27582f1878c8740da201559ec26.tar.zst freebsd-ports-gnome-07e780b29383c27582f1878c8740da201559ec26.zip |
- Re-add manual package build for amd64
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 2867896bb657..009a9d1168ff 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -40,6 +40,7 @@ ONLY_FOR_ARCHS= i386 amd64 .if ${ARCH} == amd64 FREEBSD_ENV_SET= FreeBSDAMDEnv.Set +MANUAL_PACKAGE_BUILD= loops builds on pointyhat .else FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif |