Index: head/editors/lazarus-lcl-qt/Makefile =================================================================== --- head/editors/lazarus-lcl-qt/Makefile (revision 394812) +++ head/editors/lazarus-lcl-qt/Makefile (revision 394813) @@ -1,17 +1,18 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -lcl-qt COMMENT= Lazarus components library - QT backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units -USE_FPC= x11 +USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-res \ + fcl-xml pasjpeg x11 LCL_INTERFACE= qt MASTERDIR= ${.CURDIR}/../../editors/lazarus .include "${MASTERDIR}/Makefile"