diff options
author | jkim <jkim@FreeBSD.org> | 2013-09-21 01:46:05 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-09-21 01:46:05 +0800 |
commit | faffae02bc71b2b2e555ae5243d2c9bd6b11da96 (patch) | |
tree | 66b71c6d320e2ff7cb948d09b3bf2ffae1fb3b59 /editors | |
parent | 9ec8b69eee25166c3ea4802cd4645914c641361b (diff) | |
download | freebsd-ports-gnome-faffae02bc71b2b2e555ae5243d2c9bd6b11da96.tar.gz freebsd-ports-gnome-faffae02bc71b2b2e555ae5243d2c9bd6b11da96.tar.zst freebsd-ports-gnome-faffae02bc71b2b2e555ae5243d2c9bd6b11da96.zip |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |