diff options
author | taca <taca> | 2011-11-08 15:42:27 +0000 |
---|---|---|
committer | taca <taca> | 2011-11-08 15:42:27 +0000 |
commit | 4f4c5d9f5c8f0815252869308328a196453bbbfc (patch) | |
tree | 163049bb0c6797ec33c779997f58881ad4f1443e /net/dnsdoctor | |
parent | d92e41305d346553f76a43a5f9d5804374922d6f (diff) | |
download | pkgsrc-4f4c5d9f5c8f0815252869308328a196453bbbfc.tar.gz |
Use RUBY_VERSION instead of RUBY_REQD.
Diffstat (limited to 'net/dnsdoctor')
-rw-r--r-- | net/dnsdoctor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnsdoctor/Makefile b/net/dnsdoctor/Makefile index 2787ecdb991..e83a539463f 100644 --- a/net/dnsdoctor/Makefile +++ b/net/dnsdoctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/03/17 21:29:20 zafer Exp $ +# $NetBSD: Makefile,v 1.7 2011/11/08 15:42:27 taca Exp $ # DISTNAME= dnsdoctor-1.0.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.dnsdoctor.org/ COMMENT= DNS zones misconfigurations or inconsistencies diagnostic tool LICENSE= gnu-gpl-v2 -DEPENDS+= ruby${RUBY_VER}-base>=${RUBY_REQD}:../../lang/ruby${RUBY_VER}-base +DEPENDS+= ruby${RUBY_VER}-base>=${RUBY_VERSION}:../../lang/ruby${RUBY_VER}-base PKG_DESTDIR_SUPPORT= user-destdir |