diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-09-20 17:46:05 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-09-20 17:46:05 +0000 |
commit | d45779fa4ad158e597ce79f5d04217c4b0f7f814 (patch) | |
tree | 66b71c6d320e2ff7cb948d09b3bf2ffae1fb3b59 /editors | |
parent | c84e1cd8e6ce90aad916148ab61808a44ca8f718 (diff) | |
download | ports-d45779fa4ad158e597ce79f5d04217c4b0f7f814.tar.gz ports-d45779fa4ad158e597ce79f5d04217c4b0f7f814.zip |
Notes
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 \ |