diff options
Diffstat (limited to 'textproc/R-utf8/Makefile')
-rw-r--r-- | textproc/R-utf8/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/R-utf8/Makefile b/textproc/R-utf8/Makefile index 7c287677e09..62ae2c7df93 100644 --- a/textproc/R-utf8/Makefile +++ b/textproc/R-utf8/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:58 brook Exp $ +# $NetBSD: Makefile,v 1.5 2021/06/05 08:13:45 mef Exp $ R_PKGNAME= utf8 -R_PKGVER= 1.1.4 +R_PKGVER= 1.2.1 CATEGORIES= textproc MAINTAINER= minskim@NetBSD.org COMMENT= Unicode text processing LICENSE= apache-2.0 +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" |