diff options
author | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
commit | 9920d3ae657e820bce42911009136fc059210d0d (patch) | |
tree | 237480885bd130394dbcbc56f765540bba4416e2 /math/R-cran-quadprog | |
parent | 4aeae92375bb57620d054d3cc88677ebba4f22bf (diff) | |
download | ports-9920d3ae657e820bce42911009136fc059210d0d.tar.gz ports-9920d3ae657e820bce42911009136fc059210d0d.zip |
Notes
Diffstat (limited to 'math/R-cran-quadprog')
-rw-r--r-- | math/R-cran-quadprog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-cran-quadprog/Makefile b/math/R-cran-quadprog/Makefile index 6bcadc317c34..1ec73b642fb4 100644 --- a/math/R-cran-quadprog/Makefile +++ b/math/R-cran-quadprog/Makefile @@ -3,7 +3,7 @@ PORTNAME= quadprog DISTVERSION= 1.5-5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ COMMENT= Functions to solve Quadratic Programming Problems LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> |