diff options
Diffstat (limited to 'math/hs-mwc-random/Makefile')
-rw-r--r-- | math/hs-mwc-random/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index a2daba98958a..f2d214b598a4 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -15,5 +15,6 @@ USE_CABAL= primitive vector>=0.7 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |