svn commit: r300935 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 16 10:08:33 UTC 2012


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 \



More information about the svn-ports-all mailing list