diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 13:37:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 13:37:08 +0000 |
commit | 159514acb87d1c1eca50def4b25571ee7031a106 (patch) | |
tree | 82c1b6dd55a966fd4490b916947f0cfa5db519ea | |
parent | 49e0bd1b3f802f330f67f8ad9bedab239cbb9384 (diff) | |
download | ports-159514acb87d1c1eca50def4b25571ee7031a106.tar.gz ports-159514acb87d1c1eca50def4b25571ee7031a106.zip |
sysutils/polkit-gnome: remove wrong dependency on gtk20
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 5 |
1 files 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 |