diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-07-02 19:49:22 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-08-01 13:27:28 +0200 |
commit | 5981a247406772defbc64bf993e23580aaa0d4dd (patch) | |
tree | 046d67df6c0d0bdd8afcfd16603d5a0175b7d45d /editors/openoffice-4/Makefile | |
parent | sysutils/restic: Update to 0.16.0 (diff) |
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/openoffice-4/Makefile')
-rw-r--r-- | editors/openoffice-4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index bfc6ad41b8ef..64ae0fd63d5b 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -203,7 +203,6 @@ WITH= SDK .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ( \ - (${OSVERSION} >= 1301500 && ${OSVERSION} < 1301502) || \ (${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057)) BROKEN= please update FreeBSD base system first to fix an ABI incompatibility .endif |