summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 15:17:54 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 15:17:54 +0000
commit9533f3405ff598782ab7156864ee480e547c57b8 (patch)
treeec1563ece17bf86272d35a5bbcad837f215da9c6 /devel
parentbde1f8b95f40913e09ea0357741cefe3a01b5650 (diff)
downloadpkgsrc-9533f3405ff598782ab7156864ee480e547c57b8.tar.gz
R-cli: update to canonical form of an R package.
Diffstat (limited to 'devel')
-rw-r--r--devel/R-cli/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/R-cli/Makefile b/devel/R-cli/Makefile
index ab5fb551f23..07fecb7a357 100644
--- a/devel/R-cli/Makefile
+++ b/devel/R-cli/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/06/09 04:20:09 wen Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/31 15:17:54 brook Exp $
-CATEGORIES= devel
+CATEGORIES= devel R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/r-lib/cli
@@ -10,11 +10,10 @@ LICENSE= mit
R_PKGNAME= cli
R_PKGVER= 1.1.0
-DEPENDS+= R-assertthat-[0-9]*:../../devel/R-assertthat
+DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
USE_LANGUAGES= # none
-BUILDLINK_API_DEPENDS.R+= R>=2.10
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"