From faffae02bc71b2b2e555ae5243d2c9bd6b11da96 Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 20 Sep 2013 17:46:05 +0000 Subject: 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. --- editors/libreoffice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 90c08e5b0354..f03c824de236 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ ${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 \ -- cgit