git: 00c347dd1170 - main - x11-toolkits/gtksourceview2: remove wrong dependency on gconf2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 20:57:54 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=00c347dd11706dd8c0af61ee5f21d97ed1e07759 commit 00c347dd11706dd8c0af61ee5f21d97ed1e07759 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-06-08 20:47:51 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-06-08 20:47:51 +0000 x11-toolkits/gtksourceview2: remove wrong dependency on gconf2 --- x11-toolkits/gtksourceview2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index 379e0bd8d041..c6ca3c00d901 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtksourceview2 PORTVERSION= 2.10.5 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} @@ -18,7 +18,7 @@ PORTSCOUT= ignore:1 USES+= gettext gmake gnome libtool localbase pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gtk20 gconf2 libxml2 intlhack +USE_GNOME= gnomeprefix gtk20 libxml2 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no INSTALL_TARGET= install-strip