diff options
Diffstat (limited to 'devel/hs-hlint/Makefile')
-rw-r--r-- | devel/hs-hlint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index 700bfabf776b..ae01f7701456 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -14,5 +14,6 @@ USE_CABAL= cpphs>=1.11 haskell-src-exts>=1.11 hscolour>=1.17 \ EXECUTABLE= hlint +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |