git: e344f57c9809 - main - security/hs-cryptol: Fix Makefile format

Yuri Victorovich yuri at FreeBSD.org
Fri Apr 23 07:56:26 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e344f57c9809f9e80d828d1f30c9768cec910d75

commit e344f57c9809f9e80d828d1f30c9768cec910d75
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-23 07:24:02 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-23 07:56:18 +0000

    security/hs-cryptol: Fix Makefile format
---
 security/hs-cryptol/Makefile | 4 ++--
 1 file 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 at 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 \


More information about the dev-commits-ports-main mailing list