From 175bf6a2a41f615063b24b348e683d50fe8a429c Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 16 May 2010 11:39:21 +0000 Subject: [PATCH] Fix dependencies. PR: ports/146578 Submitted by: Demelier David Approved by: maintainer --- audio/mumble/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index e64375eea406..8050a91a7105 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -7,7 +7,7 @@ PORTNAME= mumble PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} @@ -18,13 +18,14 @@ LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex \ celt.0:${PORTSDIR}/audio/celt \ sndfile.1:${PORTSDIR}/audio/libsndfile \ boost_iostreams:${PORTSDIR}/devel/boost-libs \ - boost_python:${PORTSDIR}/devel/boost-python-libs -BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf + boost_python:${PORTSDIR}/devel/boost-python-libs \ + protoc:${PORTSDIR}/devel/protobuf USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= gui svg iconengines xml sql network l10n \ - linguist_build qmake_build moc_build rcc_build uic_build +QT_COMPONENTS= gui svg iconengines_run xml sql network l10n \ + linguist_build qmake_build moc_build rcc_build uic_build \ + opengl sql-sqlite3_run USE_XORG= ice HAS_CONFIGURE= yes