Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2021 10:26:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564102 - head/editors/morla
Message-ID:  <202102051026.115AQDWC052967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Feb  5 10:26:13 2021
New Revision: 564102
URL: https://svnweb.freebsd.org/changeset/ports/564102

Log:
  Remove the dependency on libgtkhtml
  
  All versions of gtkhtml have been deprecated long ago, it is about to be
  removed from the ports tree

Modified:
  head/editors/morla/Makefile

Modified: head/editors/morla/Makefile
==============================================================================
--- head/editors/morla/Makefile	Fri Feb  5 10:19:15 2021	(r564101)
+++ head/editors/morla/Makefile	Fri Feb  5 10:26:13 2021	(r564102)
@@ -3,7 +3,7 @@
 
 PORTNAME=	morla
 PORTVERSION=	0.16.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	editors textproc
 MASTER_SITES=	http://www.morlardf.net/src/ \
 		http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
@@ -24,9 +24,9 @@ XULRUNNER_DESC=	Xulrunner as JavaScript engine
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--with-gconf=auto
+CONFIGURE_ARGS=	--with-gconf=auto --with-gtkhtml=none
 USES=		gettext gnome libtool pkgconfig
-USE_GNOME=	gconf2 libgtkhtml libxslt
+USE_GNOME=	gconf2 libxslt
 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?202102051026.115AQDWC052967>