diff options
Diffstat (limited to 'devel/hs-uniplate/Makefile')
-rw-r--r-- | devel/hs-uniplate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile index fbbf088a6043..109deb765d6c 100644 --- a/devel/hs-uniplate/Makefile +++ b/devel/hs-uniplate/Makefile @@ -15,5 +15,6 @@ USE_CABAL= hashable>=1.1.2.3 syb unordered-containers>=0.2.1 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${DATADIR} +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |