summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 14:54:15 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 14:54:15 +0000
commit2ec286fc417e40daa06d2348281648b00f17072e (patch)
treeaab0e76421c4a78161948ebd62b0d76b4724efcb /devel
parentce7240830918b476127d9262ce1762231c20b674 (diff)
downloadpkgsrc-2ec286fc417e40daa06d2348281648b00f17072e.tar.gz
R-IRdisplay: update to the canonical form of an R package.
Diffstat (limited to 'devel')
-rw-r--r--devel/R-IRdisplay/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/R-IRdisplay/Makefile b/devel/R-IRdisplay/Makefile
index f95e3eb3060..d33213e9958 100644
--- a/devel/R-IRdisplay/Makefile
+++ b/devel/R-IRdisplay/Makefile
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2018/12/21 03:06:46 wen Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/31 14:54:15 brook Exp $
-CATEGORIES= devel
+CATEGORIES= devel R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/IRdisplay/
COMMENT= Jupyter display machinery
LICENSE= mit
-DEPENDS+= R-repr-[0-9]*:../../devel/R-repr
+DEPENDS+= R-repr>=0.19.2:../../devel/R-repr
R_PKGNAME= IRdisplay
R_PKGVER= 0.7.0
USE_LANGUAGES= # none
-BUILDLINK_API_DEPENDS.R+= R>=3.0.1
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"