aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/qbittorrent
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-10-18 04:12:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-10-18 04:12:37 +0000
commit4dca0361ef2cfc93685e89c4865e0082190bf3f3 (patch)
tree4fe6f9acc2e355899b48621f188db60b16884109 /net-p2p/qbittorrent
parent149421b9303836191fbbec77e3b0f5c2a00840c2 (diff)
downloadports-4dca0361ef2cfc93685e89c4865e0082190bf3f3.tar.gz
ports-4dca0361ef2cfc93685e89c4865e0082190bf3f3.zip
net-p2p/qbittorrent: Unbreak the 'nox' flavor by removing the stray USES=xorg
Some changes in the ports framework caused this stray USES=xorg to fail the 'nox' build. USES=xorg isn't needed here. Reported by: Zach Malamud <zach.malamud@gmail.com> (reported the nox unavailability)
Notes
Notes: svn path=/head/; revision=514698
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r--net-p2p/qbittorrent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index ebd9ba1ce4e0..5cfb70c91877 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -20,7 +20,7 @@ FLAVOR?= ${FLAVORS:[1]}
nox_PKGNAMESUFFIX= -nox
nox_PLIST= ${MASTERDIR}/pkg-plist-nox
-USES= compiler:c++11-lib pkgconfig qmake:no_env qt:5 tar:xz xorg
+USES= compiler:c++11-lib pkgconfig qmake:no_env qt:5 tar:xz
GNU_CONFIGURE= yes
USE_QT= core network xml buildtools_build linguisttools_build qmake_build
CONFIGURE_ARGS= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"