Date: Mon, 16 Jul 2012 10:08:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r300935 - head/editors/libreoffice Message-ID: <201207161008.q6GA8Wog028254@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jul 16 10:08:32 2012 New Revision: 300935 URL: http://svn.freebsd.org/changeset/ports/300935 Log: Fix exttextcat new library name detection Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Jul 16 09:41:41 2012 (r300934) +++ head/editors/libreoffice/Makefile Mon Jul 16 10:08:32 2012 (r300935) @@ -44,7 +44,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ wps-0.2.2:${PORTSDIR}/textproc/libwps \ rdf.0:${PORTSDIR}/textproc/redland \ - exttextcat.0:${PORTSDIR}/textproc/libexttextcat \ + exttextcat-1.0.0:${PORTSDIR}/textproc/libexttextcat \ lpsolve55:${PORTSDIR}/math/lp_solve \ cups.2:${PORTSDIR}/print/cups-client \ visio-0.0.0:${PORTSDIR}/textproc/libvisio \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207161008.q6GA8Wog028254>