freebsd-ports/devel/antlr/files/antlr.sh
Greg Lewis 397de7caa2 . Antlr now seems to require Java 1.4 or better (certainly the build fails
with 1.3).  So fix the build for 4.x by requiring Java 1.4+.
. Reflect this requirement in antlr.sh.
2004-11-15 23:59:52 +00:00

5 lines
137 B
Bash

#! /bin/sh
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/antlr.jar" antlr.Tool "$@"