aboutsummaryrefslogtreecommitdiff
path: root/audio/carla/Makefile
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-04 20:39:51 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-04 20:39:51 +0000
commit91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43 (patch)
tree426fa4c692de977e4ef9ab85b6f6b90a1277d6c1 /audio/carla/Makefile
parentf19eed403c795f7459f878b37bbe24b938095c22 (diff)
downloadports-91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43.tar.gz
ports-91c3b180c1027e0ad7c2ee36f3a85f52bd96ac43.zip
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
Notes
Notes: svn path=/head/; revision=516738
Diffstat (limited to 'audio/carla/Makefile')
-rw-r--r--audio/carla/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/carla/Makefile b/audio/carla/Makefile
index 340717d00e94..d8f0cab532f9 100644
--- a/audio/carla/Makefile
+++ b/audio/carla/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR}
CONFLICTS_BUILD= rtaudio-* rtmidi-*
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
+ pkgconfig pyqt:5 python:3.4+ qt:5 shared-mime-info shebangfix \
+ tar:bz2 xorg
USE_GITHUB= yes
GH_ACCOUNT= falkTX
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