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 /devel | |
parent | c00b3c84921debf3fdb8f10e547550fce18e4a80 (diff) | |
download | freebsd-ports-graphics-c65e3f38627f81066e3fe52b0b102b25e3e23a17.tar.gz freebsd-ports-graphics-c65e3f38627f81066e3fe52b0b102b25e3e23a17.tar.zst freebsd-ports-graphics-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 'devel')
-rw-r--r-- | devel/monotone/Makefile | 2 | ||||
-rw-r--r-- | devel/sdts++/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 9c8defae67c..56fc7ad821f 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 dfd36f700fb..15d4c8daa36 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 |