diff options
author | barner <barner@FreeBSD.org> | 2005-11-09 22:35:07 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-09 22:35:07 +0800 |
commit | c65e3f38627f81066e3fe52b0b102b25e3e23a17 (patch) | |
tree | b259c047e6e90479a47886a88907002e57a01c63 /math/fityk | |
parent | c00b3c84921debf3fdb8f10e547550fce18e4a80 (diff) | |
download | freebsd-ports-gnome-c65e3f38627f81066e3fe52b0b102b25e3e23a17.tar.gz freebsd-ports-gnome-c65e3f38627f81066e3fe52b0b102b25e3e23a17.tar.zst freebsd-ports-gnome-c65e3f38627f81066e3fe52b0b102b25e3e23a17.zip |
Chase Boost shared lib version after update to Boost 1.33.0.
devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to
LIB_DEPENDS.
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 |