diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-25 18:26:00 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-25 18:26:00 +0000 |
commit | af7a9c08cde885ff3e3a9d2d6da0babab94ca67b (patch) | |
tree | f29f3dcd96768f933c9d75ab1addfbc87fc9243f /graphics/batik | |
parent | 39a58f35a9cbeed48b5e4531c1346d34a8510806 (diff) |
Notes
Diffstat (limited to 'graphics/batik')
-rw-r--r-- | graphics/batik/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile index ae1bc78bc549..b8f617c7ed78 100644 --- a/graphics/batik/Makefile +++ b/graphics/batik/Makefile @@ -26,6 +26,9 @@ ALL_TARGET= jars all-jar DATADIR= ${JAVASHAREDIR}/${PORTNAME} TARGET_DIR= ${WRKSRC}/${PORTNAME}-${PORTVERSION} +# Prevent out of memory error during build +MAKE_ENV+= "ANT_OPTS=-Xmx512m" + .if !defined(NOPORTDOCS) ALL_TARGET+= javadoc .endif |