diff options
author | pav <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
commit | 291da30e08e6256cb9c448d12d81e18bfcef7895 (patch) | |
tree | ed5f09afdd626c922e88015da3aeeb6ae1eff9bd /audio/mumble | |
parent | db5c7bc390ded3a323a9e1b04bb27d75d82b8182 (diff) | |
download | FreeBSD-ports-291da30e08e6256cb9c448d12d81e18bfcef7895.zip FreeBSD-ports-291da30e08e6256cb9c448d12d81e18bfcef7895.tar.gz |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index ed7159e..a139630 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -15,7 +15,7 @@ MAINTAINER= marius@nuenneri.ch COMMENT= A voice chat software primarily intended for use while gaming LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex \ - boost_iostreams:${PORTSDIR}/devel/boost + boost_iostreams:${PORTSDIR}/devel/boost-libs USE_GMAKE= yes USE_QT_VER= 4 |