From 9945eb084e64cb98322c9a704d7b07613777e6b6 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 22:55:24 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: security) --- security/hs-cipher-aes/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/hs-cipher-aes') diff --git a/security/hs-cipher-aes/Makefile b/security/hs-cipher-aes/Makefile index 71ae248a28a7..049c2b385983 100644 --- a/security/hs-cipher-aes/Makefile +++ b/security/hs-cipher-aes/Makefile @@ -9,5 +9,6 @@ COMMENT= Fast AES cipher implementation with advanced mode of operations LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include -- cgit