From 6e29f066600b4b607d98dcabd09c28a9fa07e5e8 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 23 Aug 2003 13:54:01 +0000 Subject: [PATCH] Update to 1.8.0. --- lang/ruby-mode.el/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index 00f7e0a51e7c..5fd5e2156787 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -17,6 +17,9 @@ COMMENT= Emacs lisp modules for the Ruby language BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch USE_RUBY= yes +RUBY_VER= 1.8 +RUBY_NO_BUILD_DEPENDS= yes +RUBY_NO_RUN_DEPENDS= yes WRKSRC= ${WRKDIR}/elisp NO_BUILD= yes