Skip to content

Commit

Permalink
net-p2p/qbittorrent: Enable 'Search Engine' option
Browse files Browse the repository at this point in the history
... by making the PYTHON option default.

The 'Search Engine' option complained that Python wasn't enabled.
  • Loading branch information
yurivict committed Jul 30, 2023
1 parent f0bae74 commit 2294122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net-p2p/qbittorrent/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qbittorrent
DISTVERSION= 4.5.4
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand Down Expand Up @@ -50,7 +51,7 @@ OPTIONS_EXCLUDE= DBUS
OPTIONS_DEFINE= DBUS PYTHON DEBUG
OPTIONS_RADIO= LIBTORRENT
OPTIONS_RADIO_LIBTORRENT= LIBTORRENT1 LIBTORRENT2
OPTIONS_DEFAULT= DBUS LIBTORRENT1
OPTIONS_DEFAULT= DBUS PYTHON LIBTORRENT1

LIBTORRENT_DESC= libtorrent version number to use
LIBTORRENT1_DESC= Version 1.x (default)
Expand Down

0 comments on commit 2294122

Please sign in to comment.