graphics/linux-c7-libdrm: simplify check for supported versions after 11.3 EOL

This commit is contained in:
Rene Ladan 2020-10-21 20:21:19 +00:00
parent 29ae3c1e79
commit ccc6e1cbbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552893

View file

@ -19,8 +19,8 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1103501 \
|| (${OSVERSION} >= 1200000 && ${OSVERSION} < 1201501) \
.if ${OPSYS} == FreeBSD && \
((${OSVERSION} >= 1200000 && ${OSVERSION} < 1201501) \
|| (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300048))
PORTVERSION= 2.4.91
DISTVERSIONSUFFIX= -3.el7