svn commit: r337723 - in head: devel/codeblocks print/scribus textproc/sigil

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 12:34:10 UTC 2013


Author: antoine
Date: Fri Dec 27 12:34:09 2013
New Revision: 337723
URL: http://svnweb.freebsd.org/changeset/ports/337723

Log:
  Fix LIB_DEPENDS

Modified:
  head/devel/codeblocks/Makefile
  head/print/scribus/Makefile
  head/textproc/sigil/Makefile

Modified: head/devel/codeblocks/Makefile
==============================================================================
--- head/devel/codeblocks/Makefile	Fri Dec 27 12:25:08 2013	(r337722)
+++ head/devel/codeblocks/Makefile	Fri Dec 27 12:34:09 2013	(r337723)
@@ -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: head/print/scribus/Makefile
==============================================================================
--- head/print/scribus/Makefile	Fri Dec 27 12:25:08 2013	(r337722)
+++ head/print/scribus/Makefile	Fri Dec 27 12:34:09 2013	(r337723)
@@ -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: head/textproc/sigil/Makefile
==============================================================================
--- head/textproc/sigil/Makefile	Fri Dec 27 12:25:08 2013	(r337722)
+++ head/textproc/sigil/Makefile	Fri Dec 27 12:34:09 2013	(r337723)
@@ -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-head mailing list