summaryrefslogtreecommitdiff
path: root/net/openmq
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-09-09 22:59:01 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-09-09 22:59:01 +0000
commita7fd113bfdbad60719fceee68b2fa23b13033607 (patch)
tree2cdeb73faf22f8f79bf125a02dd76942caf60e2e /net/openmq
parentRemove three unrelated unstaged ports (diff)
- Fix possible out of memory issue during build
- Update "Created by" email address PR: 193352 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer)
Notes
Notes: svn path=/head/; revision=367790
Diffstat (limited to 'net/openmq')
-rw-r--r--net/openmq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openmq/Makefile b/net/openmq/Makefile
index d0cf4c89a52e..93b6d612a8c1 100644
--- a/net/openmq/Makefile
+++ b/net/openmq/Makefile
@@ -1,4 +1,4 @@
-# Created by: Radim Kolar <hsn@sanatana.iol.cz>
+# Created by: Radim Kolar <hsn@sendmail.cz>
# $FreeBSD$
PORTNAME= openmq
@@ -30,6 +30,7 @@ JAVA_VENDOR= openjdk
WRKSRC= ${WRKDIR}/mq
PLIST= ${WRKDIR}/pkg-plist
+MAKE_ENV+= ANT_OPTS=-Xmx1g
.ifndef IMQ_CLIENT
OPTIONS_DEFINE= DOCS EXAMPLES