diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-10-24 18:51:36 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-27 06:12:26 +0000 |
commit | 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 (patch) | |
tree | e0e3a0327237691d3fe5df542835ced376d3bfae /audio/carla | |
parent | cc7a787d5f043014dcea80bd0058dd7117a5e308 (diff) | |
download | ports-4f0a5e1540c391610950d6ae9ce64ba0dd218d72.tar.gz ports-4f0a5e1540c391610950d6ae9ce64ba0dd218d72.zip |
Diffstat (limited to 'audio/carla')
-rw-r--r-- | audio/carla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/carla/Makefile b/audio/carla/Makefile index 3b22eb616348..7a2653b3bde7 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR} USES= compiler:c++11-lib desktop-file-utils gl gmake gnome localbase \ pkgconfig pyqt:5 python:3.4+ qt:5 shared-mime-info shebangfix \ tar:bz2 xorg -USE_PYQT= core_run gui_run sip svg_run widgets_run xml_build # "sip" should be "sip_build", but "import PyQt5.QtCore" wants "sip". See bug#225040 +USE_PYQT= pyqt5 sip USE_GNOME= gtk20 gtk30 USE_QT= core gui widgets buildtools_build USE_GL= gl |