summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
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
commit9b1ec25d568c422f025b58ce280383899c1b8ae9 (patch)
treed12b3d893968c8ca2845e308a987bea5b730defe /lang/ruby/Makefile
parent6701dc8ba7e1ceaa040dde0cc1e31ca86c9abc60 (diff)
downloadpkgsrc-9b1ec25d568c422f025b58ce280383899c1b8ae9.tar.gz
depends should be ../../<category>/<pkg>
Diffstat (limited to 'lang/ruby/Makefile')
-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