diff options
Diffstat (limited to 'graphics/jdraw/Makefile')
-rw-r--r-- | graphics/jdraw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/jdraw/Makefile b/graphics/jdraw/Makefile index 2cd230b8ec56..ee7fd04ed8e1 100644 --- a/graphics/jdraw/Makefile +++ b/graphics/jdraw/Makefile @@ -37,10 +37,8 @@ do-install: .if defined(WITH_PLASTIC3D) PLASTIC3D= "-Dlf=\"com.jgoodies.looks.plastic.Plastic3DLookAndFeel\"" -JAVA_VERSION= 1.5+ RUN_DEPENDS+= ${JAVAJARDIR}/looks.jar:${PORTSDIR}/devel/looks -.else -JAVA_VERSION= 1.4+ .endif +JAVA_VERSION= 1.5+ .include <bsd.port.post.mk> |