diff options
author | makc <makc@FreeBSD.org> | 2010-05-16 19:39:21 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-16 19:39:21 +0800 |
commit | 478d582057ef9ba0d5a66e13a5afbf6477eed7a0 (patch) | |
tree | 39d94b27f7106b753f325e37774e49bdb98bde7d /audio | |
parent | 94d1b6733ce764a4a2b5ee4b206e3be743aea125 (diff) | |
download | freebsd-ports-gnome-478d582057ef9ba0d5a66e13a5afbf6477eed7a0.tar.gz freebsd-ports-gnome-478d582057ef9ba0d5a66e13a5afbf6477eed7a0.tar.zst freebsd-ports-gnome-478d582057ef9ba0d5a66e13a5afbf6477eed7a0.zip |
Fix dependencies.
PR: ports/146578
Submitted by: Demelier David <demelier.david at gmail.com>
Approved by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mumble/Makefile | 11 |
1 files 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 |