diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-09 14:35:07 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-09 14:35:07 +0000 |
commit | ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581 (patch) | |
tree | 6b2d3961429553e221f46a2ac4935397c2fcfbeb /math/fityk | |
parent | 443684d89bd9c664ef6e288ef9371627ed1d316a (diff) |
Notes
Diffstat (limited to 'math/fityk')
-rw-r--r-- | math/fityk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 7fb6cc969db6..759026f68470 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free peak fitting software BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= boost_thread.2:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_GNOME= gnometarget gtk20 |