Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 07:56:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e344f57c9809 - main - security/hs-cryptol: Fix Makefile format
Message-ID:  <202104230756.13N7uPxO044796@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit e344f57c9809f9e80d828d1f30c9768cec910d75
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-23 07:24:02 +0000
Commit:     Yuri Victorovich <yuri@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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104230756.13N7uPxO044796>