svn commit: r494934 - head/editors/poedit

Jan Beich jbeich at FreeBSD.org
Thu Mar 7 13:07:26 UTC 2019


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


More information about the svn-ports-head mailing list