diff options
Diffstat (limited to 'graphics/jdraw/Makefile')
-rw-r--r-- | graphics/jdraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jdraw/Makefile b/graphics/jdraw/Makefile index 0c2cc1f911be..f61bfc5c01e8 100644 --- a/graphics/jdraw/Makefile +++ b/graphics/jdraw/Makefile @@ -35,7 +35,7 @@ do-install: .if ${PORT_OPTIONS:MPLASTIC3D} PLASTIC3D= "-Dlf=\"com.jgoodies.looks.plastic.Plastic3DLookAndFeel\"" -RUN_DEPENDS+= ${JAVAJARDIR}/looks.jar:devel/looks +RUN_DEPENDS+= ${JAVALIBDIR}/looks.jar:devel/looks .endif JAVA_VERSION= 1.6+ |