diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-24 06:41:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-24 06:41:33 +0000 |
commit | 06d2912547c6589330279f28930b2c4acd685c54 (patch) | |
tree | e0a0b02e4bda18ee10192d6ecbfd5bdd72e88116 /audio | |
parent | 22cff708d8182c87ea0921880ef9874de8732227 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mumble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 576e3d631af1..00a0d6f8e5ae 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -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} \ |