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/sdts++ | |
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 'devel/sdts++')
-rw-r--r-- | devel/sdts++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |