diff options
Diffstat (limited to 'devel/hs-crypto/Makefile')
-rw-r--r-- | devel/hs-crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index fcc19f81d6da..f918d6bb51c9 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc .if !defined(NOPORTDOCS) -BUILD_DEPENDS= haddock:${PORTSDIR}/devel/hs-haddock +BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock .endif WRKSRC= ${WRKDIR}/${PORTNAME} |