diff options
Diffstat (limited to 'science/libsvm/Makefile')
-rw-r--r-- | science/libsvm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/libsvm/Makefile b/science/libsvm/Makefile index 400ae8da0b58..8971185c1a84 100644 --- a/science/libsvm/Makefile +++ b/science/libsvm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsvm -PORTVERSION= 2.81 +PORTVERSION= 2.82 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= science math @@ -17,7 +17,6 @@ MAINTAINER= rafan@infor.org COMMENT= A library for Support Vector Machines USE_ZIP= yes -USE_REINPLACE= yes .if defined(WITH_PYTHON) CATEGORIES+= python |