svn commit: r327731 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Fri Sep 20 17:46:06 UTC 2013


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 \


More information about the svn-ports-all mailing list