aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rhino/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rhino/Makefile')
-rw-r--r--lang/rhino/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rhino/Makefile b/lang/rhino/Makefile
index 897aa592e83b..0413a7e67204 100644
--- a/lang/rhino/Makefile
+++ b/lang/rhino/Makefile
@@ -41,7 +41,7 @@ GH_ACCOUNT= mozilla
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLINEDIT}
-JLINEJAR= ${JAVAJARDIR}/jline.jar
+JLINEJAR= ${JAVALIBDIR}/jline.jar
.else
JLINEJAR=""
.endif