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