aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-07-02 17:49:22 +0000
committerRene Ladan <rene@FreeBSD.org>2023-08-01 11:27:28 +0000
commit5981a247406772defbc64bf993e23580aaa0d4dd (patch)
tree046d67df6c0d0bdd8afcfd16603d5a0175b7d45d /editors/libreoffice
parent6983bfc505340b4dc63a79134536fd1dcd4249bb (diff)
downloadports-5981a247406772defbc64bf993e23580aaa0d4dd.tar.gz
ports-5981a247406772defbc64bf993e23580aaa0d4dd.zip
all: remove support for expired FreeBSD 13.1
Approved by: portmgr (implicit), salvadore (gcc ports) Reviewed by: jbeich Differential Revision: https://reviews.freebsd.org/D40845
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 34a299ff109c..1cc3830afcf6 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -333,8 +333,6 @@ BINARY_ALIAS= sed=gsed
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( \
- (${OSVERSION} >= 1300525 && ${OSVERSION} < 1301000) || \
- (${OSVERSION} >= 1301500 && ${OSVERSION} < 1301502) || \
(${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057))
BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
.endif