diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-02-19 20:49:50 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-02-19 20:53:11 +0000 |
commit | d722b4a5671fe3bc7dc9f108a719f3c97907b8e5 (patch) | |
tree | dc438f4da11888534fe1eb4a608576a65d1f469e | |
parent | e22fad437188671b08c0ed7416ac44a6b6841f5a (diff) |
editors/libreoffice6: unbreak build (+)
Drop dependency on graphics/libgltf, it is staled from historic times.
While here, mark port as deperecated before 2022Q2.
LibreOffice 6.x is unmaitained upstream, consider users switch to
main LibreOffice 7.x release branch.
-rw-r--r-- | editors/libreoffice6/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/libreoffice6/Makefile b/editors/libreoffice6/Makefile index 40b9e20a870c..d850a94ff070 100644 --- a/editors/libreoffice6/Makefile +++ b/editors/libreoffice6/Makefile @@ -1,5 +1,5 @@ -PORTREVISION= 19 +PORTREVISION= 20 .include "${.CURDIR}/Makefile.common" @@ -14,6 +14,9 @@ PKGNAMESUFFIX= 6 COMMENT= Full integrated office productivity suite +DEPRECATED= Unsupported upstream. Please consider using editors/libreoffice instead +EXPIRATION_DATE=2022-03-31 + BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ zip:archivers/zip \ ${LOCALBASE}/include/sqlext.h:databases/unixODBC \ @@ -40,7 +43,6 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ libcdr-0.1.so:graphics/libcdr01 \ libepoxy.so:graphics/libepoxy \ libfreehand-0.1.so:graphics/libfreehand \ - libgltf-0.0.so:graphics/libgltf \ libwpg-0.3.so:graphics/libwpg03 \ libzmf-0.0.so:graphics/libzmf \ libpng.so:graphics/png \ |