diff options
Diffstat (limited to 'www/hs-activehs/Makefile')
-rw-r--r-- | www/hs-activehs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index f14114b0f4a7..cc39db71b4a0 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -21,5 +21,6 @@ USE_CABAL= activehs-base>=0.2 blaze-html>=0.5 blaze-markup>=0.5.1.0 \ STANDALONE= yes EXECUTABLE= activehs +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |