svn commit: r337724 - in branches/2014Q1: devel/codeblocks print/scribus textproc/sigil

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 12:38:02 UTC 2013


Author: antoine
Date: Fri Dec 27 12:38:01 2013
New Revision: 337724
URL: http://svnweb.freebsd.org/changeset/ports/337724

Log:
  MFH: r337723
  
  Fix LIB_DEPENDS
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/devel/codeblocks/Makefile
  branches/2014Q1/print/scribus/Makefile
  branches/2014Q1/textproc/sigil/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/devel/codeblocks/Makefile
==============================================================================
--- branches/2014Q1/devel/codeblocks/Makefile	Fri Dec 27 12:34:09 2013	(r337723)
+++ branches/2014Q1/devel/codeblocks/Makefile	Fri Dec 27 12:38:01 2013	(r337724)
@@ -15,7 +15,7 @@ LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 LIB_DEPENDS=	libboost_system.so:${PORTSDIR}/devel/boost-libs \
-		libhunspell.so:${PORTSDIR}/textproc/hunspell \
+		libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
 		librsync.so:${PORTSDIR}/net/librsync
 RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info
 

Modified: branches/2014Q1/print/scribus/Makefile
==============================================================================
--- branches/2014Q1/print/scribus/Makefile	Fri Dec 27 12:34:09 2013	(r337723)
+++ branches/2014Q1/print/scribus/Makefile	Fri Dec 27 12:38:01 2013	(r337724)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libpodofo.so:${PORTSDIR}/graphics/podofo \
 		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
-		libhunspell.so:${PORTSDIR}/textproc/hunspell \
+		libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
 		libcairo.so:${PORTSDIR}/graphics/cairo \
 		libhyphen.so:${PORTSDIR}/textproc/hyphen \
 		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \

Modified: branches/2014Q1/textproc/sigil/Makefile
==============================================================================
--- branches/2014Q1/textproc/sigil/Makefile	Fri Dec 27 12:34:09 2013	(r337723)
+++ branches/2014Q1/textproc/sigil/Makefile	Fri Dec 27 12:38:01 2013	(r337724)
@@ -13,7 +13,7 @@ COMMENT=	WYSIWYG ePub editor
 
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
 		libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
-		libhunspell-1.so:${PORTSDIR}/textproc/hunspell \
+		libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
 		libpcre.so:${PORTSDIR}/devel/pcre
 
 LICENSE=	GPLv3


More information about the svn-ports-all mailing list