diff options
Diffstat (limited to 'math/hs-ieee754/Makefile')
-rw-r--r-- | math/hs-ieee754/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/hs-ieee754/Makefile b/math/hs-ieee754/Makefile index f18a889b06b1..3ecf3f2d8f9f 100644 --- a/math/hs-ieee754/Makefile +++ b/math/hs-ieee754/Makefile @@ -10,5 +10,6 @@ COMMENT= Utilities for dealing with IEEE floating point numbers LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |