diff options
Diffstat (limited to 'www/hs-http-reverse-proxy')
-rw-r--r-- | www/hs-http-reverse-proxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile index 26bc3635dd63..20ea09df8101 100644 --- a/www/hs-http-reverse-proxy/Makefile +++ b/www/hs-http-reverse-proxy/Makefile @@ -14,5 +14,6 @@ USE_CABAL= blaze-builder>=0.3 case-insensitive>=0.4 classy-prelude>=0.3 \ lifted-base>=0.1 monad-control>=0.3 network network-conduit>=0.6 \ text>=0.11 wai>=1.3 warp>=1.3.4 word8>=0.0 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |