diff --git a/x11-toolkits/qt6pas/Makefile b/x11-toolkits/qt6pas/Makefile index 84233dc604c3..30f90d96558e 100644 --- a/x11-toolkits/qt6pas/Makefile +++ b/x11-toolkits/qt6pas/Makefile @@ -1,19 +1,20 @@ PORTNAME= qt6pas PORTVERSION= 6.2.7 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/acm/ MAINTAINER= acm@FreeBSD.org COMMENT= Qt6 binding for FreePascal WWW= https://wiki.lazarus.freepascal.org/index.php/Qt6_Interface USES= compiler:c++11-lang qmake qt:6 -USE_QT= base:build declarative:build tools:build +USE_QT= base:run declarative:build tools:build USE_LDCONFIG= yes QT6_VER_MIN= 6.2.7 post-patch: @${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt6Pas.pro .include