diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:23:25 +0000 |
commit | e8370851fc92bc3f177041a5b1f9ce7f020dd095 (patch) | |
tree | 2f7ab92aa183f89b830cc2cd34ae38f4481709de /net/asio | |
parent | 44e9f64a275cdae1f2dd4bd1a517f48f9e075a81 (diff) | |
download | ports-e8370851fc92bc3f177041a5b1f9ce7f020dd095.tar.gz ports-e8370851fc92bc3f177041a5b1f9ce7f020dd095.zip |
Notes
Diffstat (limited to 'net/asio')
-rw-r--r-- | net/asio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asio/Makefile b/net/asio/Makefile index af7353017ea8..130174cf9264 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ MAINTAINER= acm@FreeBSD.org COMMENT= Cross-platform C++ library for network and low-level I/O programming -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes USE_GMAKE= yes |