diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-07 00:39:12 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-07 00:39:12 +0800 |
commit | 84c4942d38422d053c9f573150db6b7448cb9388 (patch) | |
tree | e41ed5a32750026e26756d1a5890d0438229f988 /math/jags | |
parent | b72a9e489c400415a6b21ef6e3498a69f4507126 (diff) | |
download | freebsd-ports-gnome-84c4942d38422d053c9f573150db6b7448cb9388.tar.gz freebsd-ports-gnome-84c4942d38422d053c9f573150db6b7448cb9388.tar.zst freebsd-ports-gnome-84c4942d38422d053c9f573150db6b7448cb9388.zip |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas because after the recent math/openblas update the library name changed in openblas
Diffstat (limited to 'math/jags')
-rw-r--r-- | math/jags/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile index 7a12f44beba4..96b98b7f3745 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -3,7 +3,7 @@ PORTNAME= mcmc-jags DISTVERSION= 4.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= SF/mcmc-jags/JAGS/${S}.x/Source/:1 \ SF/mcmc-jags/Examples/${S}.x/:2 \ |