diff options
-rw-r--r-- | devel/monotone/Makefile | 2 | ||||
-rw-r--r-- | devel/sdts++/Makefile | 3 | ||||
-rw-r--r-- | math/fityk/Makefile | 2 | ||||
-rw-r--r-- | www/openvrml/Makefile | 4 |
4 files changed, 5 insertions, 6 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 9c8defae67c2..56fc7ad821f6 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lapo@lapo.it COMMENT= A distributed version control system with digital signatures LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - boost_regex.2:${PORTSDIR}/devel/boost + boost_regex.3:${PORTSDIR}/devel/boost OPTIONS= LUA_PORT "Use Lua port instead of the included one" on \ SQLITE_PORT "Use SQLite3 port instead of the included one" on diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index dfd36f700fb5..15d4c8daa367 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -15,8 +15,7 @@ MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for SDTS related development -BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost -RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_thread.so.3:${PORTSDIR}/devel/boost GNU_CONFIGURE= yes USE_GMAKE= yes 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 diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index c16d592b2724..69c8fda27c42 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -55,9 +55,9 @@ BROKEN= "Does not compile on ${OPSYS}-${OSREL}" .endif .if exists(${LOCALBASE}/include/boost/python.hpp) -LIB_DEPENDS+= boost_python.2:${PORTSDIR}/devel/boost-python +LIB_DEPENDS+= boost_python.3:${PORTSDIR}/devel/boost-python .else -LIB_DEPENDS+= boost_regex.2:${PORTSDIR}/devel/boost +LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost .endif post-patch: |