git: a7989119aeba - main - net/boinc-client: remove wrong dependency on gtk20
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 09:11:33 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7989119aebaf80cf6e5346c1c7796d53e962961 commit a7989119aebaf80cf6e5346c1c7796d53e962961 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-01-31 15:39:08 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-02-01 09:11:14 +0000 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. --- net/boinc-client/Makefile | 4 ++-- 1 file 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