diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 13:37:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 13:37:42 +0000 |
commit | fc7d04ed33289ceae25eb1e9fd2aea5575d891f1 (patch) | |
tree | ab9fd12e8649e14ca5cffbc7ff7a1a190b16e1f6 /net-p2p | |
parent | 26f3dd78ff5bb7d4c51669b06a81bbbbe47f80fe (diff) | |
download | ports-fc7d04ed33289ceae25eb1e9fd2aea5575d891f1.tar.gz ports-fc7d04ed33289ceae25eb1e9fd2aea5575d891f1.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index dd286f85cfda..0da5ced81665 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ libboost_system.so:devel/boost-libs FLAVORS= default nox -FLAVOR= ${FLAVORS:[1]} +FLAVOR?= ${FLAVORS:[1]} default_LIB_DEPENDS= libGeoIP.so:net/GeoIP nox_PKGNAMESUFFIX= -nox nox_PLIST= ${NONEXISTENT} |