diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-09-01 20:44:53 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-09-01 20:44:53 +0000 |
commit | 913f56da81db9e1b92e4731679c88f8004389490 (patch) | |
tree | f2f25242bca68885de506b7e6645254c52f21233 /devel/argouml/files | |
parent | 509cdc26e44774af89493655cb89aa054bedb9d5 (diff) | |
download | ports-913f56da81db9e1b92e4731679c88f8004389490.tar.gz ports-913f56da81db9e1b92e4731679c88f8004389490.zip |
Notes
Diffstat (limited to 'devel/argouml/files')
-rw-r--r-- | devel/argouml/files/argouml.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/argouml/files/argouml.sh.in b/devel/argouml/files/argouml.sh.in index e5ad1bc6e18c..beeb7d05e504 100644 --- a/devel/argouml/files/argouml.sh.in +++ b/devel/argouml/files/argouml.sh.in @@ -2,4 +2,4 @@ # # $FreeBSD$ -JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/argouml.jar" "$@" +JAVA_VERSION="1.4+" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/argouml.jar" "$@" |