Date: Thu, 9 May 2013 22:37:45 +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: r317752 - head/textproc/libvisio Message-ID: <201305092237.r49MbjbS072299@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu May 9 22:37:44 2013 New Revision: 317752 URL: http://svnweb.freebsd.org/changeset/ports/317752 Log: libvisio uses icu for charset conversion. Modified: head/textproc/libvisio/Makefile Modified: head/textproc/libvisio/Makefile ============================================================================== --- head/textproc/libvisio/Makefile Thu May 9 22:18:59 2013 (r317751) +++ head/textproc/libvisio/Makefile Thu May 9 22:37:44 2013 (r317752) @@ -2,6 +2,7 @@ PORTNAME= libvisio PORTVERSION= 0.0.26 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/ \ LOCAL/sunpoet @@ -14,7 +15,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd \ - wpg-0.2:${PORTSDIR}/graphics/libwpg + wpg-0.2:${PORTSDIR}/graphics/libwpg \ + icui18n:${PORTSDIR}/devel/icu USE_XZ= yes CONFIGURE_ARGS= --disable-werror
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305092237.r49MbjbS072299>