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 /math/timbl | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'math/timbl')
-rw-r--r-- | math/timbl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/timbl/Makefile b/math/timbl/Makefile index 5e3fc18f40eb..5015178da544 100644 --- a/math/timbl/Makefile +++ b/math/timbl/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/ MAINTAINER= yuri@tsoft.com COMMENT= Tilburg Memory Based Learner -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 - +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig |