svn commit: r496704 - head/audio/mumble

Antoine Brodin antoine at FreeBSD.org
Sun Mar 24 06:41:34 UTC 2019


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} \


More information about the svn-ports-all mailing list