diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-09 22:35:07 +0800 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-09 22:35:07 +0800 |
commit | ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581 (patch) | |
tree | 6b2d3961429553e221f46a2ac4935397c2fcfbeb /devel/monotone | |
parent | 443684d89bd9c664ef6e288ef9371627ed1d316a (diff) | |
download | freebsd-ports-gnome-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.tar.gz freebsd-ports-gnome-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.tar.zst freebsd-ports-gnome-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.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/monotone')
-rw-r--r-- | devel/monotone/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |