diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-21 16:23:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-21 16:23:15 +0000 |
commit | e394fa51777a2afe4532a9d75443598cc43ddd8f (patch) | |
tree | 512ac3eef23dcdcaf4faccd1e00d302893589c5b /net-p2p/qbittorrent/Makefile | |
parent | 5c346d7fe44c68a350e797450bb221db5ebb9bfc (diff) | |
download | ports-e394fa51777a2afe4532a9d75443598cc43ddd8f.tar.gz ports-e394fa51777a2afe4532a9d75443598cc43ddd8f.zip |
Notes
Diffstat (limited to 'net-p2p/qbittorrent/Makefile')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 0da5ced81665..782c16dcca5c 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,6 +3,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -25,14 +26,14 @@ nox_PLIST= ${NONEXISTENT} USES= compiler:c++11-lib pkgconfig tar:xz GNU_CONFIGURE= yes -USE_QT5= core network svg xml buildtools_build linguisttools_build qmake_build +USE_QT5= core network xml buildtools_build linguisttools_build qmake_build CONFIGURE_ARGS= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" QT_NONSTANDARD= yes DESTDIRNAME= INSTALL_ROOT .if ${FLAVOR} == default USES+= desktop-file-utils -USE_QT5+= concurrent gui widgets +USE_QT5+= concurrent gui svg widgets USE_GL= gl .endif |