aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2014-09-10 06:59:01 +0800
committerjhale <jhale@FreeBSD.org>2014-09-10 06:59:01 +0800
commit0e8f7808228f036f8a585fd49c77f90865351c3f (patch)
tree2cdeb73faf22f8f79bf125a02dd76942caf60e2e /net
parent9aaec7158b59e12f0a964fccbf59fac488f8e945 (diff)
downloadfreebsd-ports-gnome-0e8f7808228f036f8a585fd49c77f90865351c3f.tar.gz
freebsd-ports-gnome-0e8f7808228f036f8a585fd49c77f90865351c3f.tar.zst
freebsd-ports-gnome-0e8f7808228f036f8a585fd49c77f90865351c3f.zip
- Fix possible out of memory issue during build
- Update "Created by" email address PR: 193352 Submitted by: Radim Kolar <hsn@sendmail.cz> (maintainer)
Diffstat (limited to 'net')
-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