diff options
author | taca <taca@pkgsrc.org> | 2011-11-08 16:35:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-08 16:35:36 +0000 |
commit | d599919834712be65bf57169457cca46bab80cbf (patch) | |
tree | 5a318cef846f602f56546e573433276ab275fc86 | |
parent | 8dbd30271e348ad9ea817195ff379a5bfe3460d9 (diff) | |
download | pkgsrc-d599919834712be65bf57169457cca46bab80cbf.tar.gz |
No need to define here RUBY_VERSION any more.
-rw-r--r-- | devel/ruby-rd-mode/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-rd-mode/Makefile b/devel/ruby-rd-mode/Makefile index 638b8ff6403..8f02c4198dd 100644 --- a/devel/ruby-rd-mode/Makefile +++ b/devel/ruby-rd-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/09/10 06:20:13 taca Exp $ +# $NetBSD: Makefile,v 1.26 2011/11/08 16:35:36 taca Exp $ # DISTNAME= rdtool-${RUBY_RD_VERSION} @@ -17,7 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/utils EXTRACT_ELEMENTS= ${DISTNAME}/utils/rd-mode.el RUBY_RD_VERSION= 0.6.22 -RUBY_VERSION= ${RUBY18_VERSION} RUBY_NOVERSION= yes NO_CONFIGURE= yes |