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 /x11-fm | |
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 'x11-fm')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index 8ec238274964..51ed3dd18287 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= lazbuild:editors/lazarus \ PORTDOCS= * USES= dos2unix desktop-file-utils -USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-registry \ +USE_FPC= cairo chm fcl-base fcl-db fcl-image fcl-json fcl-registry \ fcl-xml iconvenc pasjpeg rtl-extra x11 regexpr USE_XORG= x11 DOS2UNIX_FILES= src/dmhelpmanager.pas |