diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:04:00 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:04:00 +0000 |
commit | 5f6b1a79197d4fa98ec61c29e74f7c2a548e469e (patch) | |
tree | 5d04429601c3b55933324ffa958863ed8a37f38f /www/qutebrowser | |
parent | 328f93d0c91987cb631d052d784da617f85ba147 (diff) | |
download | ports-5f6b1a79197d4fa98ec61c29e74f7c2a548e469e.tar.gz ports-5f6b1a79197d4fa98ec61c29e74f7c2a548e469e.zip |
Diffstat (limited to 'www/qutebrowser')
-rw-r--r-- | www/qutebrowser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index 6daf94e4ecf8..4868367fddf5 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} \ ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins -USES= desktop-file-utils python:3.6+ pyqt:5 qt:5 +USES= cpe desktop-file-utils python:3.6+ pyqt:5 qt:5 USE_PYQT= dbus core opengl printsupport sql widgets qml USE_PYTHON= distutils autoplist noflavors USE_QT= sql-sqlite3 |