Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 17:46:05 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327731 - head/editors/libreoffice
Message-ID:  <201309201746.r8KHk5tb014519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Sep 20 17:46:05 2013
New Revision: 327731
URL: http://svnweb.freebsd.org/changeset/ports/327731

Log:
  Make sure to build with MDDS 0.9.0 and later.  It is necessary since r327493
  but the configure script does not check its version, unfortunately.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Fri Sep 20 17:36:33 2013	(r327730)
+++ head/editors/libreoffice/Makefile	Fri Sep 20 17:46:05 2013	(r327731)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	p5-Archive-Zip>=0:${PORTS
 		${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \
 		dmake:${PORTSDIR}/devel/dmake \
 		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
-		${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds \
+		mdds>=0.9.0:${PORTSDIR}/devel/mdds \
 		gpatch:${PORTSDIR}/devel/patch \
 		ucpp:${PORTSDIR}/devel/ucpp \
 		vigra-config:${PORTSDIR}/graphics/vigra \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309201746.r8KHk5tb014519>