freebsd-ports/x11-toolkits/qt6pas/Makefile
Jose Alonso Cardenas Marquez 46f75e4cb1
x11-toolkits/qt6pas: Change base like a run dependency
- It fixes build issue with editors/lazarus-qt6-devel
2023-11-17 18:47:03 -05:00

20 lines
473 B
Makefile

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: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 <bsd.port.mk>