diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-26 17:27:11 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-26 17:35:49 +0000 |
commit | 478d2e48aa4c5ad10302add54513c371a8b96a64 (patch) | |
tree | 66cfafcc6e438312f7fe7080a7eaea29a2a4a062 | |
parent | f2389f083f3992c10828674544e068d754db8178 (diff) | |
download | ports-478d2e48aa4c5ad10302add54513c371a8b96a64.tar.gz ports-478d2e48aa4c5ad10302add54513c371a8b96a64.zip |
www/qt5-webengine: Add comment about the need to have special setting in poudriere.conf
-rw-r--r-- | www/qt5-webengine/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 1868b13c8b96..b41e263da4d2 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -14,6 +14,9 @@ # to lag behind the rest of the official Qt5 ones, which is why we set # QT5_VERSION and DISTINFO_FILE here. +# In order to successfully build this port in pousriere you need to add +# MAX_FILES_qt5_webengine=4096 to /usr/local/etc/poudriere.conf + PORTNAME= webengine DISTVERSION= ${QT5_VERSION} PORTREVISION= 0 |