Date: Mon, 20 May 2013 18:06:01 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318620 - head/textproc/libvisio Message-ID: <201305201806.r4KI61Sn086747@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Mon May 20 18:06:01 2013 New Revision: 318620 URL: http://svnweb.freebsd.org/changeset/ports/318620 Log: - Fix build dependency. Perl is required since 0.0.20. - Remove a master site and fix styles. Modified: head/textproc/libvisio/Makefile Modified: head/textproc/libvisio/Makefile ============================================================================== --- head/textproc/libvisio/Makefile Mon May 20 18:02:42 2013 (r318619) +++ head/textproc/libvisio/Makefile Mon May 20 18:06:01 2013 (r318620) @@ -3,8 +3,7 @@ PORTNAME= libvisio PORTVERSION= 0.0.27 CATEGORIES= textproc devel -MASTER_SITES= http://dev-www.libreoffice.org/src/ \ - LOCAL/sunpoet +MASTER_SITES= http://dev-www.libreoffice.org/src/ MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing the visio file format structure @@ -17,13 +16,14 @@ LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textpro wpg-0.2:${PORTSDIR}/graphics/libwpg \ icui18n:${PORTSDIR}/devel/icu -USE_XZ= yes CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix pkgconfig USE_LDCONFIG= yes +USE_PERL5_BUILD=yes +USE_XZ= yes +USES= pathfix pkgconfig .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305201806.r4KI61Sn086747>