Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 19:15:36 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306982 - head/textproc/sigil
Message-ID:  <201211041915.qA4JFaYf052494@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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