Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 13:37:53 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 159514acb87d - main - sysutils/polkit-gnome: remove wrong dependency on gtk20
Message-ID:  <202302011337.311DbrU8017393@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=159514acb87d1c1eca50def4b25571ee7031a106

commit 159514acb87d1c1eca50def4b25571ee7031a106
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-02-01 13:37:08 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-02-01 13:37:08 +0000

    sysutils/polkit-gnome: remove wrong dependency on gtk20
---
 sysutils/polkit-gnome/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile
index 16fd5b96983d..678683a6c927 100644
--- a/sysutils/polkit-gnome/Makefile
+++ b/sysutils/polkit-gnome/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	polkit-gnome
 PORTVERSION=	0.105
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 
@@ -11,11 +11,10 @@ WWW=		https://www.freedesktop.org/wiki/Software/polkit/
 LIB_DEPENDS=	libpolkit-gobject-1.so:sysutils/polkit
 
 USES=		gettext gmake gnome pathfix pkgconfig tar:xz
-USE_GNOME=	gnomeprefix gtk20 gtk30 intlhack
+USE_GNOME=	gnomeprefix gtk30 intlhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-gtk-doc \
-		--with-gtk=2.0 \
 		--localstatedir=/var
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011337.311DbrU8017393>