aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2004-04-09 05:15:45 +0800
committerobraun <obraun@FreeBSD.org>2004-04-09 05:15:45 +0800
commit560ba39e2994b7f3999e6a43c26398868a7a3c78 (patch)
treefc59b81c5f2ab297cbc8c61cb268efc9afaff80f
parent4e28ac3d606523862da03eda221be7bc1c886591 (diff)
downloadfreebsd-ports-gnome-560ba39e2994b7f3999e6a43c26398868a7a3c78.tar.gz
freebsd-ports-gnome-560ba39e2994b7f3999e6a43c26398868a7a3c78.tar.zst
freebsd-ports-gnome-560ba39e2994b7f3999e6a43c26398868a7a3c78.zip
Add haddock to BUILD_DEPENDS do not replace BUILD_DEPENDS with haddock!
Pointed out by: kris
-rw-r--r--devel/hs-crypto/Makefile2
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}