Date: Fri, 27 Dec 2013 12:38:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337724 - in branches/2014Q1: devel/codeblocks print/scribus textproc/sigil Message-ID: <201312271238.rBRCc2ja026856@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271238.rBRCc2ja026856>