Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 20:42:12 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: 33d69a3cdedb - main - editors/morla: remove gconf support
Message-ID:  <202206082042.258KgCjI084146@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=33d69a3cdedb99ddcab79936eff20c88eae14c12

commit 33d69a3cdedb99ddcab79936eff20c88eae14c12
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 20:36:01 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 20:36:01 +0000

    editors/morla: remove gconf support
---
 editors/morla/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/editors/morla/Makefile b/editors/morla/Makefile
index da13bdaa8847..2462cdd81b4e 100644
--- a/editors/morla/Makefile
+++ b/editors/morla/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	morla
 PORTVERSION=	0.16.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	editors textproc
 MASTER_SITES=	http://www.morlardf.net/src/ \
 		http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
@@ -23,9 +23,9 @@ XULRUNNER_DESC=	Xulrunner as JavaScript engine
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--with-gconf=auto --with-gtkhtml=none
+CONFIGURE_ARGS=	--with-gconf=none --with-gtkhtml=none
 USES=		gettext gnome libtool pkgconfig
-USE_GNOME=	gconf2 libxslt gtk20
+USE_GNOME=	libxslt gtk20
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 
 DESKTOP_ENTRIES="morla" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206082042.258KgCjI084146>