Index: head/editors/lazarus-lcl-qt/Makefile =================================================================== --- head/editors/lazarus-lcl-qt/Makefile (revision 463096) +++ head/editors/lazarus-lcl-qt/Makefile (revision 463097) @@ -1,17 +1,17 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units -USE_FPC= fcl-base fcl-db fcl-image fcl-registry fcl-res \ - fcl-xml pasjpeg x11 +USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \ + fcl-xml pasjpeg regexpr x11 LCL_INTERFACE= qt MASTERDIR= ${.CURDIR}/../../editors/lazarus .include "${MASTERDIR}/Makefile" Index: head/editors/lazarus-lcl-qt5/Makefile =================================================================== --- head/editors/lazarus-lcl-qt5/Makefile (revision 463096) +++ head/editors/lazarus-lcl-qt5/Makefile (revision 463097) @@ -1,17 +1,17 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ PKGNAMESUFFIX= -lcl-qt5 COMMENT= Lazarus components library - QT5 backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units -USE_FPC= fcl-base fcl-db fcl-image fcl-registry fcl-res \ - fcl-xml pasjpeg x11 +USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \ + fcl-xml pasjpeg regexpr x11 LCL_INTERFACE= qt5 MASTERDIR= ${.CURDIR}/../../editors/lazarus .include "${MASTERDIR}/Makefile"