diff --git a/math/linbox/Makefile b/math/linbox/Makefile index 2a27a4e585c5..ddc32e48af22 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -2,7 +2,7 @@ PORTNAME= linbox PORTVERSION= 1.6.3 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONPREFIX= v CATEGORIES= math @@ -33,7 +33,7 @@ OPTIONS_DEFAULT= FULL OPTIONS_SUB= yes MIN_DESC= Lightweight package, with less dependencies -MIN_CONFIGURE_ON= --without-saclib +MIN_CONFIGURE_ON= --without-saclib --without-ocl FULL_DESC= Complete package with all its dependencies FULL_BUILD_DEPENDS= gnuplot:math/gnuplot @@ -44,10 +44,12 @@ FULL_LIB_DEPENDS= libflint.so:math/flint2 \ libm4rie.so:math/m4rie \ libmpfr.so:math/mpfr \ libntl.so:math/ntl \ + libOpenCL.so:devel/ocl-icd \ libtinyxml2.so:textproc/tinyxml2 FULL_RUN_DEPENDS= gnuplot:math/gnuplot FULL_USES= ghostscript -FULL_CONFIGURE_WITH= flint fplll ghostscript gnuplot iml m4ri m4rie mpfr ntl +FULL_CONFIGURE_WITH= flint fplll ghostscript gnuplot iml m4ri m4rie mpfr \ + ntl ocl DOXYGEN_VARS= BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed DOXYGEN_CONFIGURE_ENABLE=doc