aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-23 07:24:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-23 07:56:18 +0000
commite344f57c9809f9e80d828d1f30c9768cec910d75 (patch)
tree995e497106c6b86d286f3f168230d1adead2d247
parentd9e48e38f6f8b356bce8de21d54106442216f55b (diff)
downloadports-e344f57c9809f9e80d828d1f30c9768cec910d75.tar.gz
ports-e344f57c9809f9e80d828d1f30c9768cec910d75.zip
security/hs-cryptol: Fix Makefile format
-rw-r--r--security/hs-cryptol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hs-cryptol/Makefile b/security/hs-cryptol/Makefile
index 2bb4bcd68d56..1d535c0557fe 100644
--- a/security/hs-cryptol/Makefile
+++ b/security/hs-cryptol/Makefile
@@ -5,14 +5,14 @@ CATEGORIES= security lang haskell
MAINTAINER= yuri@FreeBSD.org
COMMENT= Language of cryptography
-RUN_DEPENDS= z3:math/z3
-
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
# https://github.com/GaloisInc/libBF-hs/issues/2
BROKEN_i386= One of dependencies doesn't build on i386
+RUN_DEPENDS= z3:math/z3
+
USES= cabal
USE_CABAL= FloatingHex-0.5 \