diff options
author | swills <swills@FreeBSD.org> | 2017-08-19 01:25:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-08-19 01:25:14 +0800 |
commit | ff2446fba32806134730bb6e20a6419508c734d6 (patch) | |
tree | b49560556a0274e69c2c4557e7982b9f00e74fdd /math | |
parent | 8ea8549390b6d9f90d6916e66a90a19c94467f32 (diff) | |
download | freebsd-ports-gnome-ff2446fba32806134730bb6e20a6419508c734d6.tar.gz freebsd-ports-gnome-ff2446fba32806134730bb6e20a6419508c734d6.tar.zst freebsd-ports-gnome-ff2446fba32806134730bb6e20a6419508c734d6.zip |
math/gretl: Fix R dependency option (causing build failure)
PR: 220729
Submitted by: Beeblebrox <zaphod@berentweb.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/gretl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 5e11cac20aab..0d127066f14f 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -63,7 +63,7 @@ OPENMP_CONFIGURE_ON= --enable-openmp R_DESC= libR support R_CONFIGURE_WITH= libR -R_LIB_DEPENDS= libR.so:math/R +R_LIB_DEPENDS= ${CRAN_DEPENDS} UNZIP_DESC= UnZip compression support via libgsf UNZIP_CONFIGURE_WITH= gsf |