Index: head/editors/lazarus-lcl-units/Makefile =================================================================== --- head/editors/lazarus-lcl-units/Makefile (revision 394553) +++ head/editors/lazarus-lcl-units/Makefile (revision 394554) @@ -1,18 +1,18 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -lcl-units COMMENT= Lazarus components library units -USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-xml iconvenc fcl-res -USE_FPC_RUN= yes +USE_FPC= fcl-base fcl-db fcl-image fcl-json fcl-process fcl-registry \ + fcl-res fcl-xml iconvenc pasjpeg LCL_INTERFACE= # MASTERDIR= ${.CURDIR}/../../editors/lazarus OPT= "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include" .include "${MASTERDIR}/Makefile"