diff options
Diffstat (limited to 'www/hs-hamlet/Makefile')
-rw-r--r-- | www/hs-hamlet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/hs-hamlet/Makefile b/www/hs-hamlet/Makefile index 8cd2e811e837..e3f4a791e7fe 100644 --- a/www/hs-hamlet/Makefile +++ b/www/hs-hamlet/Makefile @@ -12,5 +12,6 @@ LICENSE= MIT USE_CABAL= blaze-builder>=0.2 blaze-html>=0.5 blaze-markup>=0.5.1 \ failure>=0.1 parsec>=2 shakespeare>=1.0.1 text>=0.7 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |