aboutsummaryrefslogtreecommitdiff
path: root/science/libsvm/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-04-18 13:10:35 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-04-18 13:10:35 +0000
commitf8fca2f757c1bdd260372ab954f973d56c1bdd0c (patch)
tree0432bb4ed257e68ef8f75e626ba4251acff4a5d1 /science/libsvm/Makefile
parent6cfaa0e6e28d9f6770c9320b367be023af0fb8af (diff)
downloadports-f8fca2f757c1bdd260372ab954f973d56c1bdd0c.tar.gz
ports-f8fca2f757c1bdd260372ab954f973d56c1bdd0c.zip
Notes
Diffstat (limited to 'science/libsvm/Makefile')
-rw-r--r--science/libsvm/Makefile3
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