diff options
author | jkim <jkim@FreeBSD.org> | 2016-04-15 01:48:51 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2016-04-15 01:48:51 +0800 |
commit | f532bb3599c345d92b8807f1d6d9984e00684f74 (patch) | |
tree | f3b95ffb0ab2144c9b70b0e9e5212d4b9c3482f4 /editors | |
parent | 180235b2ccc90579b5a4f078cee8b070059520ad (diff) | |
download | freebsd-ports-gnome-f532bb3599c345d92b8807f1d6d9984e00684f74.tar.gz freebsd-ports-gnome-f532bb3599c345d92b8807f1d6d9984e00684f74.tar.zst freebsd-ports-gnome-f532bb3599c345d92b8807f1d6d9984e00684f74.zip |
- Update to 1.1.0.
- Copy the previous port to devel/mdds0.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 62f23fceab78..6dd3b4a0da3e 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ cppunit-config:devel/cppunit \ dmake:devel/dmake \ ${LOCALBASE}/bin/gperf:devel/gperf \ - mdds>=0.9.0:devel/mdds \ + ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 \ gpatch:devel/patch \ ucpp:devel/ucpp \ ${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \ diff --git a/editors/libreoffice4/Makefile b/editors/libreoffice4/Makefile index c1e2e6031630..916af3a9d2cc 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ cppunit-config:devel/cppunit \ dmake:devel/dmake \ ${LOCALBASE}/bin/gperf:devel/gperf \ - mdds>=0.9.0:devel/mdds \ + ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 \ gpatch:devel/patch \ ucpp:devel/ucpp \ vigra-config:graphics/vigra \ |