diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2022-08-08 18:07:00 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-08-09 09:16:31 +0000 |
commit | 505ecf2230c9e73f5d231b855b2a88c41dfc3d26 (patch) | |
tree | f63029feb84abbdbc30d39362b5ec4497f2dd6c1 /textproc/hs-pandoc | |
parent | 5b45bb04f59989cae4ade5cd99ef40873b97370b (diff) |
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 73972b841859..476698e6b107 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -26,7 +26,7 @@ TRYPANDOC_USE_CABAL= HUnit-1.6.2.0 auto-update-0.1.6 byteorder-1.0.4 \ time-manager-0.0.0 unix-compat-0.6 unix-time-0.4.7 \ unliftio-core-0.2.0.1_2 vault-0.3.1.5_1 void-0.7.3 \ wai-3.2.3 wai-extra-3.1.12.1 wai-logger-2.4.0 word8-0.1.3 -TRYPANDOC_EXECUTABLES= trypandoc +TRYPANDOC_CABAL_EXECUTABLES= trypandoc USE_CABAL= Glob-0.10.2_3 \ HsYAML-0.2.1.1 \ @@ -177,7 +177,7 @@ USE_CABAL= Glob-0.10.2_3 \ zlib-0.6.3.0 CABAL_PROJECT= remove -EXECUTABLES= pandoc +CABAL_EXECUTABLES= pandoc CABAL_WRAPPER_SCRIPTS= ${EXECUTABLES} OPTIONS_SUB= yes |