git: 6b42f3fd7532 - main - deskutils/gxneur: remove dependency on gconf2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 20:57:55 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b42f3fd7532d58f2e7ae6541069a859a59bc767 commit 6b42f3fd7532d58f2e7ae6541069a859a59bc767 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-06-08 20:57:19 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-06-08 20:57:19 +0000 deskutils/gxneur: remove dependency on gconf2 --- deskutils/gxneur/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index e12c5945b507..5d9652ce6df0 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -18,10 +18,11 @@ BUILD_DEPENDS= xneur:deskutils/xneur \ RUN_DEPENDS= xneur:deskutils/xneur USES= compiler:c++11-lang pkgconfig gmake gnome -USE_GNOME= gconf2 gtk20 libglade2 +USE_GNOME= gtk20 libglade2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-gconf OPTIONS_DEFINE= NLS