Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 13:07:26 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494934 - head/editors/poedit
Message-ID:  <201903071307.x27D7QPQ007428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar  7 13:07:25 2019
New Revision: 494934
URL: https://svnweb.freebsd.org/changeset/ports/494934

Log:
  editors/poedit: unbreak after r493853
  
  checking if wxWidgets toolkit uses GTK+ 3... yes
  checking for GTKSPELL... no
  configure: error: missing GtkSpell library
  ===>  Script "configure" failed unexpectedly.
  
  Approved by:	portmgr blanket

Modified:
  head/editors/poedit/Makefile   (contents, props changed)

Modified: head/editors/poedit/Makefile
==============================================================================
--- head/editors/poedit/Makefile	Thu Mar  7 13:07:06 2019	(r494933)
+++ head/editors/poedit/Makefile	Thu Mar  7 13:07:25 2019	(r494934)
@@ -14,7 +14,7 @@ COMMENT=	Gettext catalogs (.po files) editor
 LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	zip:archivers/zip
-LIB_DEPENDS=	libgtkspell.so:textproc/gtkspell \
+LIB_DEPENDS=	libgtkspell3-3.so:textproc/gtkspell3 \
 		libboost_thread.so:devel/boost-libs \
 		libicui18n.so:devel/icu \
 		liblucene++.so:textproc/luceneplusplus



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