aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-11 18:00:13 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-11 18:00:13 +0000
commita310a6acd07b8af384dc1d8792d45ed48774175c (patch)
tree2c1150268a8c37b8c9dd1cbba4d866b3ce1b14b0 /graphics
parent57db974ebea69703fd7157ed29fcd153a5c33ea7 (diff)
downloadports-a310a6acd07b8af384dc1d8792d45ed48774175c.tar.gz
ports-a310a6acd07b8af384dc1d8792d45ed48774175c.zip
graphics/rawtherapee: move Tier 2 check to 14
PR: 254216 Approved by: mandree (maintainer)
Notes
Notes: svn path=/head/; revision=568114
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rawtherapee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile
index e6454ba89133..fccca9a2f9e2 100644
--- a/graphics/rawtherapee/Makefile
+++ b/graphics/rawtherapee/Makefile
@@ -119,7 +119,7 @@ ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON=On i386, rawtherapee malfunctions under FreeBSD 11.x - upgrade to 12.x
.endif
-.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1300000)
+.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1400000)
# don't waste everybody's time with Tier-2 and moving targets.
# might add ARM64 later on if they are established by the
# time FreeBSD 13 is out.