diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-28 22:01:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-28 22:01:13 +0000 |
commit | 11d0ec2c6e0bfdc8e08560de2b26bfcda53730ce (patch) | |
tree | 431ffead4987a909f1978fadb65ce4e24c250891 | |
parent | d04c742bc11a73a75fd1f977d6d92790434084b1 (diff) | |
download | ports-11d0ec2c6e0bfdc8e08560de2b26bfcda53730ce.tar.gz ports-11d0ec2c6e0bfdc8e08560de2b26bfcda53730ce.zip |
Notes
-rw-r--r-- | audio/lollypop/Makefile | 2 | ||||
-rw-r--r-- | audio/picard-plugins/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libopenshot/Makefile | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile index 9820ed3f5da2..9d09dde2d001 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -30,7 +30,7 @@ GL_COMMIT= fdcb83e6a3dbd7afa9c479490d124d6603dbc7df GL_TUPLE= gnumdk:lollypop-po:7dd29b33dbd6f976f4d376a32851fe8abbda2949:po/subprojects/po USE_GNOME= glib20 gtk30 pygobject3 introspection:build intltool intlhack USE_GSTREAMER1= yes mpg123 ogg flac opus libav faad good speex -USE_PYTHON= py3kplist noflavors +USE_PYTHON= py3kplist INSTALLS_ICONS= yes SHEBANG_FILES= lollypop/*.py meson_post_install.py diff --git a/audio/picard-plugins/Makefile b/audio/picard-plugins/Makefile index 59560f1170fb..042b058fdd1b 100644 --- a/audio/picard-plugins/Makefile +++ b/audio/picard-plugins/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv2+ GPLv3+ MIT WTFPL LICENSE_COMB= multi USES= python:3.5+ -USE_PYTHON= noflavors USE_GITHUB= yes GH_ACCOUNT= metabrainz diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile index 31cd10b21b7d..ac0c42216fd0 100644 --- a/multimedia/libopenshot/Makefile +++ b/multimedia/libopenshot/Makefile @@ -24,7 +24,6 @@ USES= cmake compiler:c++11-lang pkgconfig python:3.5+ qt:5 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= OpenShot -USE_PYTHON= noflavors USE_QT= core gui network multimedia widgets qmake_build buildtools_build CMAKE_ON= USE_SYSTEM_JSONCPP \ |