diff options
Diffstat (limited to 'math/hs-erf/Makefile')
-rw-r--r-- | math/hs-erf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index 99c6bb992366..21f4cb8594b4 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -11,5 +11,6 @@ COMMENT= The error function, erf, and friends for Haskell LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |