Hi,
        If you install audio/mumble you will noticed that it does not depend on
        deve/protobuf because it's marked as BUILD_DEPENDS in the Makefile.
        However if you deinstall protobuf mumble will fails  It also the same
        with x11/qt4-opengl. So I would propose this patch.(see attachment).

        But there is still a missing dependency (I guess) because if you remove
        any qt4-* leaves (not depended on) mumble will segfault.

        Cheers.

-- 
Demelier David
--- Makefile.orig	2010-05-05 18:58:01.000000000 +0200
+++ Makefile	2010-05-05 19:07:09.000000000 +0200
@@ -18,13 +18,14 @@
 		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
+		linguist_build qmake_build moc_build rcc_build uic_build \
+		opengl
 
 USE_XORG=	ice
 HAS_CONFIGURE=	yes
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to