diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/hs-language-javascript | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes:
svn path=/head/; revision=327723
Diffstat (limited to 'devel/hs-language-javascript')
-rw-r--r-- | devel/hs-language-javascript/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-language-javascript/Makefile b/devel/hs-language-javascript/Makefile index 426ebb13f63f..ea96cda3096a 100644 --- a/devel/hs-language-javascript/Makefile +++ b/devel/hs-language-javascript/Makefile @@ -13,5 +13,6 @@ LICENSE= BSD USE_CABAL= blaze-builder>=0.2 mtl>=1.1 utf8-light>=0.4 utf8-string>=0.3.7 USE_HAPPY= yes +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |