diff options
Diffstat (limited to 'www/hs-warp/Makefile')
-rw-r--r-- | www/hs-warp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile index 767ad3ada3c2..5d7ea3f30333 100644 --- a/www/hs-warp/Makefile +++ b/www/hs-warp/Makefile @@ -15,5 +15,6 @@ USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.5 \ simple-sendfile>=0.2.7 transformers>=0.2.2 unix-compat>=0.2 \ void wai>=1.3 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |