graphics/kdiagram: limit Portscout to Qt5 releases

This commit is contained in:
Max Brazhnikov 2025-02-12 01:53:59 +03:00
parent 884bdef652
commit fbcaaca0d0

View file

@ -20,4 +20,6 @@ USE_QT= core gui linguisttools printsupport sql svg widgets \
PLIST_SUB= SHLIB_VER="${PORTVERSION}" \ PLIST_SUB= SHLIB_VER="${PORTVERSION}" \
SHLIB_SHVER="${PORTVERSION:R:R}" SHLIB_SHVER="${PORTVERSION:R:R}"
PORTSCOUT= limit:^2 # limit for Qt5
.include <bsd.port.mk> .include <bsd.port.mk>