git: 65aafcaa1faf - main - textproc/hs-pandoc: Fix silly typo.
Gleb Popov
arrowd at FreeBSD.org
Thu Apr 29 05:44:19 UTC 2021
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=65aafcaa1fafc6b933d0fd258636eae9c5b83f68
commit 65aafcaa1fafc6b933d0fd258636eae9c5b83f68
Author: Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-04-29 05:43:54 +0000
Commit: Gleb Popov <arrowd at FreeBSD.org>
CommitDate: 2021-04-29 05:43:54 +0000
textproc/hs-pandoc: Fix silly typo.
---
textproc/hs-pandoc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index d761ad430996..882ee6b919eb 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -159,7 +159,7 @@ OPTIONS_SUB= yes
.if ${ARCH} == i386
# compiler goes out of memory
-CABAL_FLAGS+= --disable-optimization
+BUILD_ARGS+= --disable-optimization
.endif
post-extract:
More information about the dev-commits-ports-all
mailing list