diff options
Diffstat (limited to 'archivers/hs-zlib-conduit/Makefile')
-rw-r--r-- | archivers/hs-zlib-conduit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/hs-zlib-conduit/Makefile b/archivers/hs-zlib-conduit/Makefile index 838143007258..a3a52479e48f 100644 --- a/archivers/hs-zlib-conduit/Makefile +++ b/archivers/hs-zlib-conduit/Makefile @@ -11,6 +11,7 @@ COMMENT= Streaming compression/decompression via conduits LICENSE= BSD USE_CABAL= conduit>=1.0 transformers>=0.2.2 void zlib-bindings>=0.1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |