diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-22 17:52:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-22 17:52:47 +0800 |
commit | 6224ff192c017b8b162b337e22d24b5e0c07845a (patch) | |
tree | 48dead10a094f913303a1e258a82a0ec18d427db /cad | |
parent | 3104f9a4eecd0f0f1088775f783e929b9b36b4d2 (diff) | |
download | freebsd-ports-gnome-6224ff192c017b8b162b337e22d24b5e0c07845a.tar.gz freebsd-ports-gnome-6224ff192c017b8b162b337e22d24b5e0c07845a.tar.zst freebsd-ports-gnome-6224ff192c017b8b162b337e22d24b5e0c07845a.zip |
Fix build by adding chm to USE_FPC
Reported by: pkg-fallout
Diffstat (limited to 'cad')
-rw-r--r-- | cad/zcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/zcad/Makefile b/cad/zcad/Makefile index 9e16e756f76f..8baca8928ade 100644 --- a/cad/zcad/Makefile +++ b/cad/zcad/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple CAD program BUILD_DEPENDS= lazbuild:editors/lazarus USES= tar:xz -USE_FPC= cairo fcl-base fcl-image fcl-json fcl-stl fcl-xml opengl \ +USE_FPC= cairo chm fcl-base fcl-image fcl-json fcl-stl fcl-xml opengl \ pasjpeg rtl-extra rtl-objpas x11 LAZARUS_VER= 1.8.0 |