aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-01-31 15:39:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-02-01 09:11:14 +0000
commita7989119aebaf80cf6e5346c1c7796d53e962961 (patch)
tree9ea9504b2c81494ab532d5dfaac8da3cb9bf42a7
parent40ac0b44cb370df13a81a39dae5fa8fdf957ee59 (diff)
downloadports-a7989119aebaf80cf6e5346c1c7796d53e962961.tar.gz
ports-a7989119aebaf80cf6e5346c1c7796d53e962961.zip
net/boinc-client: remove wrong dependency on gtk20
boinc-client manager is written using the wxWidget framework which uses gtk3 now, let wx drag in the gtk dependency and remove the hardcoded gtk20 version.
-rw-r--r--net/boinc-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 26e1b5e4edb2..8ee7bcea4c24 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -1,6 +1,6 @@
PORTNAME= boinc-client
PORTVERSION= 7.20.2
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= client_release/7.20/
CATEGORIES= net
@@ -64,7 +64,7 @@ MANAGER_CONFIGURE_OFF= --with-wx-config=false \
--without-x
MANAGER_CONFIGURE_ENABLE= manager
MANAGER_USES= gnome iconv
-MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,gtk20,pango \
+MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,pango \
WX=3.0 \
XORG=x11,xcb,xext,xscrnsaver