diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-08 17:12:47 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-08 17:12:47 +0000 |
commit | b15bf93ae22b7580454f93f6908f57cc57150db8 (patch) | |
tree | 27ef003950472a9e251c7adbe49e2bfdd227bd16 /math/gretl/Makefile | |
parent | 9e35bc82bdf94db1e817b4c37fd7dfc1c72341fd (diff) | |
download | ports-b15bf93ae22b7580454f93f6908f57cc57150db8.tar.gz ports-b15bf93ae22b7580454f93f6908f57cc57150db8.zip |
Notes
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 8e9cad9cbf87..a0c044a07aa5 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gretl DISTVERSION= 2019a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ @@ -65,7 +65,7 @@ ODBC_CONFIGURE_WITH= odbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC OPENMP_CONFIGURE_ENABLE= openmp -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp +OPENMP_USES= compiler:openmp R_DESC= libR support R_CONFIGURE_WITH= libR |