Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 06:41:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496704 - head/audio/mumble
Message-ID:  <201903240641.x2O6fXrA025219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 24 06:41:33 2019
New Revision: 496704
URL: https://svnweb.freebsd.org/changeset/ports/496704

Log:
  Add explicit dependency on python 2.7
  
  PR:		234633

Modified:
  head/audio/mumble/Makefile

Modified: head/audio/mumble/Makefile
==============================================================================
--- head/audio/mumble/Makefile	Sun Mar 24 05:44:09 2019	(r496703)
+++ head/audio/mumble/Makefile	Sun Mar 24 06:41:33 2019	(r496704)
@@ -21,7 +21,7 @@ LIB_DEPENDS+=	libspeex.so:audio/speex \
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION:R}"
 
-USES=		compiler:c++11-lang cpe desktop-file-utils gmake pkgconfig qmake qt:5 ssl
+USES=		compiler:c++11-lang cpe desktop-file-utils gmake pkgconfig python:2.7 qmake qt:5 ssl
 USE_CXXSTD=	c++11
 USE_GITHUB=	yes
 GH_TUPLE=	mumble-voip:mumble:${DISTVERSION} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903240641.x2O6fXrA025219>