diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-11 00:25:33 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-11 00:25:33 +0800 |
commit | 9f5deb008fb9786f9a9264889d43296a258e9d92 (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /math/libocas | |
parent | 8f284f2bca93129cd50ac223174a3be10e707699 (diff) | |
download | freebsd-ports-gnome-9f5deb008fb9786f9a9264889d43296a258e9d92.tar.gz freebsd-ports-gnome-9f5deb008fb9786f9a9264889d43296a258e9d92.tar.zst freebsd-ports-gnome-9f5deb008fb9786f9a9264889d43296a258e9d92.zip |
Convert m* to USES=zip
Diffstat (limited to 'math/libocas')
-rw-r--r-- | math/libocas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/libocas/Makefile b/math/libocas/Makefile index 71585aec03cf..643d72532063 100644 --- a/math/libocas/Makefile +++ b/math/libocas/Makefile @@ -12,9 +12,8 @@ COMMENT= Efficient training of SVM classifiers LICENSE= GPLv3 -USE_GMAKE= yes +USES= gmake zip USE_LDCONFIG= yes -USE_ZIP= yes ALL_TARGET= clean libocas.so.1 svmocas msvmocas linclassif CLIBS= -lm ${PTHREAD_LIBS} |