diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-27 07:10:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-27 07:10:53 +0800 |
commit | 2a4f56595787dc39b367ab624f9751515ed77ca0 (patch) | |
tree | 9b94c108c13c1be71fc5c65c0ac6d09671a2a245 | |
parent | a188fcdd2e0a658f8876bf49283be3abbfc62501 (diff) | |
download | freebsd-ports-gnome-2a4f56595787dc39b367ab624f9751515ed77ca0.tar.gz freebsd-ports-gnome-2a4f56595787dc39b367ab624f9751515ed77ca0.tar.zst freebsd-ports-gnome-2a4f56595787dc39b367ab624f9751515ed77ca0.zip |
Fix build by adding missing FPC units
Reported by: pkg-fallout
-rw-r--r-- | editors/lazarus-lcl-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lazarus-lcl-qt5/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile index 8748a2d927ba..2847569a3d56 100644 --- a/editors/lazarus-lcl-qt/Makefile +++ b/editors/lazarus-lcl-qt/Makefile @@ -7,8 +7,8 @@ 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 diff --git a/editors/lazarus-lcl-qt5/Makefile b/editors/lazarus-lcl-qt5/Makefile index 9891096a8f5d..605a881bcb95 100644 --- a/editors/lazarus-lcl-qt5/Makefile +++ b/editors/lazarus-lcl-qt5/Makefile @@ -7,8 +7,8 @@ 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 |