1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix build dependency. Perl is required since 0.0.20.

- Remove a master site and fix styles.
This commit is contained in:
Jung-uk Kim 2013-05-20 18:06:01 +00:00
parent 87d64bbc11
commit 08377b8b65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318620

View File

@ -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 <bsd.port.pre.mk>