aboutsummaryrefslogtreecommitdiff
path: root/devel/sdts++
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-11-09 14:35:07 +0000
committerSimon Barner <barner@FreeBSD.org>2005-11-09 14:35:07 +0000
commitad22739ea8fa52cdf9f40c0ea7f5707ec4f56581 (patch)
tree6b2d3961429553e221f46a2ac4935397c2fcfbeb /devel/sdts++
parent443684d89bd9c664ef6e288ef9371627ed1d316a (diff)
downloadports-ad22739ea8fa52cdf9f40c0ea7f5707ec4f56581.tar.gz
ports-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.
Notes
Notes: svn path=/head/; revision=147715
Diffstat (limited to 'devel/sdts++')
-rw-r--r--devel/sdts++/Makefile3
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