svn commit: r306982 - head/textproc/sigil

Boris Samorodov bsam at FreeBSD.org
Sun Nov 4 19:15:37 UTC 2012


Author: bsam
Date: Sun Nov  4 19:15:36 2012
New Revision: 306982
URL: http://svn.freebsd.org/changeset/ports/306982

Log:
  For libhunspell the number 1.3 is a part of the name:
  "libhunspell-1.3.so.0", while ".0" is an ABI version.
  
  PR:		ports/173361
  Submitted by:	bsam (me)
  Approved by:	Jonathan Chen <jonc at chen.org.nz> (maintainer)
  Feature safe:	yes

Modified:
  head/textproc/sigil/Makefile

Modified: head/textproc/sigil/Makefile
==============================================================================
--- head/textproc/sigil/Makefile	Sun Nov  4 18:53:13 2012	(r306981)
+++ head/textproc/sigil/Makefile	Sun Nov  4 19:15:36 2012	(r306982)
@@ -12,7 +12,7 @@ COMMENT=	WYSIWYG ePub editor
 
 LIB_DEPENDS=	boost_thread:${PORTSDIR}/devel/boost-libs \
 		xerces-c:${PORTSDIR}/textproc/xerces-c3 \
-		hunspell-1:${PORTSDIR}/textproc/hunspell \
+		hunspell-1.3:${PORTSDIR}/textproc/hunspell \
 		pcre:${PORTSDIR}/devel/pcre
 
 LICENCE=	GPLv3


More information about the svn-ports-all mailing list