diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-04 16:20:47 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-04 16:20:47 +0000 |
commit | c810aa76d0bf01b4b077cfedf1195b4c0ee491ee (patch) | |
tree | f7fbcae39acf69d92b157e74781e7073ebdff7b7 /www/resin2/files/pkg-message.in | |
parent | Add new port XaraLX - a top-tier vector and general purpose graphics program (diff) |
Unbreak (no longer hard codes -lc_r).
Some nonfunctional tidying.
Bump PORTREVISION, since the package may have been installed prior to
being marked BROKEN.
PR: ports/93289
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer), vd
Diffstat (limited to '')
-rw-r--r-- | www/resin2/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/resin2/files/pkg-message.in b/www/resin2/files/pkg-message.in index 01fddd99d84a..490862390511 100644 --- a/www/resin2/files/pkg-message.in +++ b/www/resin2/files/pkg-message.in @@ -41,7 +41,7 @@ If you need to pass special options to Java, please set the %%APP_NAME%%_flags="-Djava.awt.headless=true" # Increase memory limit of the Java virtual machine - %%APP_NAME%%_flags="-Xms32m -Xmx256m" + %%APP_NAME%%_flags="-Xms32m -Xmx256m" # Run Java with remote debugging turned on on port 8000 %%APP_NAME%%_flags="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000" |