git: 159514acb87d - main - sysutils/polkit-gnome: remove wrong dependency on gtk20
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 13:37:53 UTC
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