summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 19:07:47 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 19:07:47 +0000
commit8bf7a9aaae2d41723b85bae171e4707cdd007ea7 (patch)
tree30fd10698a546c66e1b49532d358bcc22a8d9ddf /math
parentcb91187ced748a09f93a70be48895414e6ee02a5 (diff)
downloadpkgsrc-8bf7a9aaae2d41723b85bae171e4707cdd007ea7.tar.gz
R-circular: update to canonical form of an R package.
Diffstat (limited to 'math')
-rw-r--r--math/R-circular/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile
index 74c43d82cc5..fbef731c3ce 100644
--- a/math/R-circular/Makefile
+++ b/math/R-circular/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.13 2018/08/30 12:56:34 wen Exp $
+# $NetBSD: Makefile,v 1.14 2019/07/31 19:07:47 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
-COMMENT= Circular Statistics, from "Topics in circular Statistics"
+COMMENT= Circular statistics
LICENSE= gnu-gpl-v2
R_PKGNAME= circular
R_PKGVER= 0.4-93
-USE_LANGUAGES= fortran c
+DEPENDS+= R-mvtnorm>=1.0.8:../../math/R-mvtnorm
-DEPENDS+= R-mvtnorm>=0:../../math/R-mvtnorm
+USE_LANGUAGES= fortran c
-.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../math/R/Makefile.extension"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"