git: 5b98214a7ff0 - main - graphics/aeskulap: remove the dependency on gconfmm

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 24 Jul 2025 12:57:11 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b98214a7ff01295b1ec78b1887c434410a71ec6

commit 5b98214a7ff01295b1ec78b1887c434410a71ec6
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-07-24 12:38:19 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-07-24 12:56:54 +0000

    graphics/aeskulap: remove the dependency on gconfmm
    
    aeskulap is able to use directly gsettings instead of gconf, gconf is
    deprecated and almost not used anymore, and the build system is
    defaulting on gsettings.
    
    Just to be sure bump port revision, in case someone still have a version
    of aeskulap linked to gconfmm
---
 graphics/aeskulap/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile
index 7b6f14a20309..2290144c6a08 100644
--- a/graphics/aeskulap/Makefile
+++ b/graphics/aeskulap/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	aeskulap
 PORTVERSION=	0.2.2.20190120
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -23,11 +23,11 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	mikhailnov
 GH_TAGNAME=	e43334e
 USE_CXXSTD=	c++11
-USE_GNOME=	gconfmm26 gtkmm24 intltool libglade2
+USE_GNOME=	gtkmm24 intltool libglade2
 USE_LDCONFIG=	${PREFIX}/lib/aeskulap
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-static
+CONFIGURE_ARGS=	--disable-static --with-gsettings
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>