aboutsummaryrefslogtreecommitdiff
path: root/security/hs-SHA/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-08-25 18:14:07 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-08-25 18:14:07 +0000
commite3dcc87d015a26353cc00df5ac370b244b87da85 (patch)
tree230b2bab86ca273baf4a7528be801068a44ed153 /security/hs-SHA/Makefile
parentf6ab224c8f10a7b9794c99aebf7dad924a6b22e0 (diff)
downloadports-e3dcc87d015a26353cc00df5ac370b244b87da85.tar.gz
ports-e3dcc87d015a26353cc00df5ac370b244b87da85.zip
Notes
Diffstat (limited to 'security/hs-SHA/Makefile')
-rw-r--r--security/hs-SHA/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile
index b658734df5eb..e798dabf9117 100644
--- a/security/hs-SHA/Makefile
+++ b/security/hs-SHA/Makefile
@@ -12,8 +12,10 @@ LICENSE= BSD3CLAUSE
FLAGS_DEFINE= EXE
EXE_DESC= Build a SHA2-384 executable similar to 'md5sum'
-EXE_FLAG_ENABLE= Test
+EXE_FLAG_ENABLE= exe
EXE_FLAG_EXECUTABLE= sha1 sha384
+FLAGS_DISABLE= Test
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>