diff options
author | knu <knu@FreeBSD.org> | 2003-08-23 21:54:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-08-23 21:54:01 +0800 |
commit | 46b9fb597607b29b67d064da073b4a57a9edc993 (patch) | |
tree | 7a49e7765f8209ab269eca962ee7bc0277eb3ee1 /lang | |
parent | c0db6744a5dce04ebaa3b7d49b39662872339ca6 (diff) | |
download | freebsd-ports-gnome-46b9fb597607b29b67d064da073b4a57a9edc993.tar.gz freebsd-ports-gnome-46b9fb597607b29b67d064da073b4a57a9edc993.tar.zst freebsd-ports-gnome-46b9fb597607b29b67d064da073b4a57a9edc993.zip |
Update to 1.8.0.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-mode.el/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |