diff options
Diffstat (limited to '')
-rw-r--r-- | math/linbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/linbox/Makefile b/math/linbox/Makefile index adb79ca7813a..a188766df4bb 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -1,7 +1,6 @@ PORTNAME= linbox -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v -PORTREVISION= 7 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org @@ -38,7 +37,8 @@ MIN_DESC= Lightweight package, with less dependencies MIN_CONFIGURE_ON= --without-saclib --without-ocl FULL_DESC= Complete package with all its dependencies -FULL_BUILD_DEPENDS= gnuplot:math/gnuplot +FULL_BUILD_DEPENDS= gnuplot:math/gnuplot \ + opencl>0:devel/opencl FULL_LIB_DEPENDS= libflint.so:math/flint2 \ libfplll.so:math/fplll \ libiml.so:math/iml \ |