diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-12 13:33:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-12 13:33:30 +0000 |
commit | 540ff0224cbe50bac25501d6d7c9c9869798f6f1 (patch) | |
tree | 7f4abb46981595cf76968685060a67097765a7e2 | |
parent | Disable python flavor (diff) |
Disable python flavor
Notes
Notes:
svn path=/head/; revision=456140
-rw-r--r-- | www/you-get/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/you-get/Makefile b/www/you-get/Makefile index 179b4101d841..d7a49c4789c4 100644 --- a/www/you-get/Makefile +++ b/www/you-get/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg OPTIONS_DEFINE= RTMPDUMP NO_ARCH= yes -USE_PYTHON= autoplist distutils optsuffix +USE_PYTHON= autoplist distutils noflavors USES= python:3.4+ RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump |