summaryrefslogtreecommitdiff
path: root/devel/qcoro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qcoro/Makefile')
-rw-r--r--devel/qcoro/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile
index 6728c306e363..70dc9d221594 100644
--- a/devel/qcoro/Makefile
+++ b/devel/qcoro/Makefile
@@ -27,9 +27,4 @@ CMAKE_ARGS= -DUSE_QT_VERSION=${FLAVOR:S/qt//}
PLIST_SUB= QT_VER=${FLAVOR:S/qt//}
-# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
-.if exists(/usr/include/c++/v1) && !exists(/usr/include/c++/v1/concepts)
-BROKEN_FreeBSD_12= requires recent C++ compiler
-.endif
-
.include <bsd.port.mk>