diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:01:38 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:01:38 +0000 |
commit | 115e0322ce922d4896af9ea98b7ae7ce4c997391 (patch) | |
tree | f879b3290e8e9bd2ff786069c83e2f585f63b6f4 /graphics | |
parent | 65f0fadb206c6210df221a9151708531fd603a7d (diff) | |
download | ports-115e0322ce922d4896af9ea98b7ae7ce4c997391.tar.gz ports-115e0322ce922d4896af9ea98b7ae7ce4c997391.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jdraw/files/jdraw.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jdraw/files/jdraw.in b/graphics/jdraw/files/jdraw.in index 0d8d0510137a..d2de0aa702cf 100644 --- a/graphics/jdraw/files/jdraw.in +++ b/graphics/jdraw/files/jdraw.in @@ -1,13 +1,13 @@ #!/bin/sh # $FreeBSD$ + if [ -z "${JAVA_VERSION}" ]; then JAVA_VERSION="%%JAVA_VERSION%%" fi if [ "${JAVA_VERSION}" \> "1.4" ]; then ->>>>>>> 1.2 - LOOK_AND_FEEL="%%PLASTIC3D%%" -else + LOOK_AND_FEEL="%%PLASTIC3D%%" + else LOOK_AND_FEEL= fi |