diff options
author | joerg <joerg@pkgsrc.org> | 2016-09-08 15:19:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-09-08 15:19:16 +0000 |
commit | e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287 (patch) | |
tree | a49d70a18801d0228d7d0914a0af73c9fc359476 /net | |
parent | d06eaaffc87e3b0c0267382b88a56d184c3146ce (diff) | |
download | pkgsrc-e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287.tar.gz |
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
Diffstat (limited to 'net')
-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 6be99d325f3..363cc88318c 100644 --- a/net/dnsdoctor/Makefile +++ b/net/dnsdoctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/04/01 15:29:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:18 joerg Exp $ # DISTNAME= dnsdoctor-1.0.1 @@ -16,7 +16,7 @@ DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} WRKSRC= ${WRKDIR}/dnsdoctor # Config name conflict, need many changes. -RUBY_VERSION_SUPPORTED= 18 +RUBY_VERSIONS_ACCEPTED= 18 NO_BUILD= yes DDOC_HTML_PATH?= /dnsdoctor |