aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-05-21 02:06:01 +0800
committerjkim <jkim@FreeBSD.org>2013-05-21 02:06:01 +0800
commit461a827dfb0239f6c82e42599610329c6bf6c85d (patch)
tree4c94f82e0a8f1926c421902f8383355ee13dc8d0
parent832b680e85b5633101bba875519e0901ba754ee2 (diff)
downloadfreebsd-ports-gnome-461a827dfb0239f6c82e42599610329c6bf6c85d.tar.gz
freebsd-ports-gnome-461a827dfb0239f6c82e42599610329c6bf6c85d.tar.zst
freebsd-ports-gnome-461a827dfb0239f6c82e42599610329c6bf6c85d.zip
- Fix build dependency. Perl is required since 0.0.20.
- Remove a master site and fix styles.
-rw-r--r--textproc/libvisio/Makefile8
1 files 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 <bsd.port.pre.mk>