summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-09-21 05:26:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-09-21 05:26:10 +0000
commitba119712253e158cfe435f006d5ed0b4317f1513 (patch)
tree70f543bdfee9bee3398949667ea1eab110b981ee /editors/openoffice.org-vcltesttool
parent- Fix dependency version spec for p5-Data-Visitor. (diff)
Disable build on pointyhat. Most of the package build cluster nodes
simply lack sufficient memory and disk to build it. Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=241840
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 009a9d1168ff..e2b7ba742905 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -38,9 +38,12 @@ JAVA_VERSION= 1.4 1.5 1.6
ONLY_FOR_ARCHS= i386 amd64
+.if defined(PACKAGE_BUILDING)
+IGNORE= exhausts resources on package building nodes; set FORCE_PACKAGE if you really want it
+.endif
+
.if ${ARCH} == amd64
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
-MANUAL_PACKAGE_BUILD= loops builds on pointyhat
.else
FREEBSD_ENV_SET= FreeBSDX86Env.Set
.endif