aboutsummaryrefslogtreecommitdiff
path: root/graphics/jdraw
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-12 20:01:38 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-12 20:01:38 +0000
commit115e0322ce922d4896af9ea98b7ae7ce4c997391 (patch)
treef879b3290e8e9bd2ff786069c83e2f585f63b6f4 /graphics/jdraw
parent65f0fadb206c6210df221a9151708531fd603a7d (diff)
downloadports-115e0322ce922d4896af9ea98b7ae7ce4c997391.tar.gz
ports-115e0322ce922d4896af9ea98b7ae7ce4c997391.zip
Really fix breakage from aborted commit.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=167606
Diffstat (limited to 'graphics/jdraw')
-rw-r--r--graphics/jdraw/files/jdraw.in6
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