From owner-svn-ports-head@FreeBSD.ORG Mon May 20 18:06:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A1BD1CC; Mon, 20 May 2013 18:06:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F023B9F5; Mon, 20 May 2013 18:06:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4KI612V086748; Mon, 20 May 2013 18:06:01 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4KI61Sn086747; Mon, 20 May 2013 18:06:01 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201305201806.r4KI61Sn086747@svn.freebsd.org> From: Jung-uk Kim Date: Mon, 20 May 2013 18:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318620 - head/textproc/libvisio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 18:06:02 -0000 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