svn commit: r318620 - head/textproc/libvisio
Jung-uk Kim
jkim at FreeBSD.org
Mon May 20 18:06:02 UTC 2013
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 at 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>
More information about the svn-ports-all
mailing list