summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-19 10:01:15 +0000
committergrant <grant@pkgsrc.org>2005-07-19 10:01:15 +0000
commitf75852c923fa8dd9051b85b0db6570988901503b (patch)
treed12b3d893968c8ca2845e308a987bea5b730defe /lang/ruby
parent743313df8794001495d7b43d37b0fb88f093ac41 (diff)
downloadpkgsrc-f75852c923fa8dd9051b85b0db6570988901503b.tar.gz
depends should be ../../<category>/<pkg>
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 0a160aee6e8..28e75a0fb2f 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/06/17 04:49:47 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/07/19 10:02:11 grant Exp $
DISTNAME= ruby-${RUBY_VERSION}
PKGREVISION= 2
@@ -18,7 +18,7 @@ PLIST_SRC= ${WRKDIR}/PLIST
.include "../../lang/ruby/rubyversion.mk"
-DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION}:../${RUBY_PKGPREFIX}-base
+DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION}:../../lang/${RUBY_PKGPREFIX}-base
RUBY_COMMANDS= irb ruby
.if ${RUBY_VER} >= 18