diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /science/p5-Algorithm-SVMLight | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'science/p5-Algorithm-SVMLight')
-rw-r--r-- | science/p5-Algorithm-SVMLight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/p5-Algorithm-SVMLight/Makefile b/science/p5-Algorithm-SVMLight/Makefile index d6e016fe2a95..c9d733b3a299 100644 --- a/science/p5-Algorithm-SVMLight/Makefile +++ b/science/p5-Algorithm-SVMLight/Makefile @@ -11,7 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to SVMLight Machine-Learning Package BUILD_DEPENDS= svmlight>=6.01_2:${PORTSDIR}/science/svmlight -LIB_DEPENDS= svmlight:${PORTSDIR}/science/svmlight +LIB_DEPENDS= libsvmlight.so:${PORTSDIR}/science/svmlight USES= perl5 USE_PERL5= modbuild |