summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"