diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-06-12 01:46:24 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-06-12 01:46:24 +0000 |
commit | 5f04fcd279a10f5abfce060877ff1c106cbc1012 (patch) | |
tree | 12747515d67ea641b64400dcc948dc9348909298 | |
parent | a67e60f7e69dd3ddb0836b101b071e48d7cbed07 (diff) |
Notes
-rw-r--r-- | lang/ruby-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index c84c3dd8dd2b..319ce30f9753 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -16,7 +16,7 @@ DISTFILES= # none MAINTAINER= ruby@FreeBSD.org COMMENT= Emacs lisp modules for the Ruby language -EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch +FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch USE_RUBY= yes RUBY_VER= 1.8 |