Date: Wed, 8 Jun 2022 20:57:54 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: 00c347dd1170 - main - x11-toolkits/gtksourceview2: remove wrong dependency on gconf2 Message-ID: <202206082057.258KvsKw000901@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206082057.258KvsKw000901>