From 08377b8b6527b3a2d39f27f0a4176707be5f83ae Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 20 May 2013 18:06:01 +0000 Subject: [PATCH] - Fix build dependency. Perl is required since 0.0.20. - Remove a master site and fix styles. --- textproc/libvisio/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/libvisio/Makefile b/textproc/libvisio/Makefile index f6c009e53e56..616470e2a316 100644 --- a/textproc/libvisio/Makefile +++ b/textproc/libvisio/Makefile @@ -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}/textproc/libwpd \ 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