git: 22d4e9c12cc1 - main - graphics/rawtherapee: FreeBSD-CURRENT is at 16 now
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=22d4e9c12cc176549c83d22ff94968a078921f10 commit 22d4e9c12cc176549c83d22ff94968a078921f10 Author: Rene Ladan <[email protected]> AuthorDate: 2026-07-31 21:16:10 +0000 Commit: Rene Ladan <[email protected]> CommitDate: 2026-07-31 21:17:03 +0000 graphics/rawtherapee: FreeBSD-CURRENT is at 16 now Enable the port on non-amd64 for FreeBSD 15.X --- graphics/rawtherapee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 7bba6b5d9f02..aa8e4f87cf40 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -119,7 +119,7 @@ _RANLIB= ${RANLIB} CMAKE_ARGS+= -DPROC_TARGET_NUMBER="1" .endif -.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1500000) +.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1600000) # don't waste everybody's time with Tier-2 and moving targets. ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=only amd64 is supported on non-released FreeBSD versions