diff options
author | yuri <yuri@FreeBSD.org> | 2019-01-26 07:12:52 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-01-26 07:12:52 +0800 |
commit | 5b62d8a181309e4492659a5f21e16406e88c3ffb (patch) | |
tree | dbdd77ad0bf6828f0471e5370a871c1f16f7be7b /net-p2p/qbittorrent/Makefile | |
parent | 75d34e86ca0f7f4f7b8b4f7633b0c094a7e70a59 (diff) | |
download | freebsd-ports-gnome-5b62d8a181309e4492659a5f21e16406e88c3ffb.tar.gz freebsd-ports-gnome-5b62d8a181309e4492659a5f21e16406e88c3ffb.tar.zst freebsd-ports-gnome-5b62d8a181309e4492659a5f21e16406e88c3ffb.zip |
net-p2p/qbittorrent: Remove dependency on libGeoIP.so:net/GeoIP
It has been replaced with GeoLite2-Country some time back.
Diffstat (limited to 'net-p2p/qbittorrent/Makefile')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index ab4899e3358d..db2505508195 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,7 +18,6 @@ LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ FLAVORS= default nox FLAVOR?= ${FLAVORS:[1]} -default_LIB_DEPENDS= libGeoIP.so:net/GeoIP nox_PKGNAMESUFFIX= -nox nox_PLIST= ${NONEXISTENT} @@ -29,9 +28,6 @@ CONFIGURE_ARGS= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" DESTDIRNAME= INSTALL_ROOT .if ${FLAVOR} == default -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 - USES+= desktop-file-utils gl USE_QT+= concurrent gui svg widgets USE_GL= gl |