aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-happy
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-02-01 02:49:26 +0800
committervs <vs@FreeBSD.org>2005-02-01 02:49:26 +0800
commitc33747ea3a8bbf6848380dac7a8c63f4b6707f55 (patch)
tree2b1c79af4218f08c8f04384a4446320b9da7e18a /devel/hs-happy
parent73f1b6abb85c417b96af8a905e2378d412db23d0 (diff)
downloadfreebsd-ports-graphics-c33747ea3a8bbf6848380dac7a8c63f4b6707f55.tar.gz
freebsd-ports-graphics-c33747ea3a8bbf6848380dac7a8c63f4b6707f55.tar.zst
freebsd-ports-graphics-c33747ea3a8bbf6848380dac7a8c63f4b6707f55.zip
Add more build-dependencies by using += instead of nuking already
present ones with a simple =. Noticed by: cluster via kris
Diffstat (limited to 'devel/hs-happy')
-rw-r--r--devel/hs-happy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile
index 2405ca45e36..7c2356fd41f 100644
--- a/devel/hs-happy/Makefile
+++ b/devel/hs-happy/Makefile
@@ -16,7 +16,7 @@ COMMENT= An LALR(1) parser generator for the functional language Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.if !defined(NOPORTDOCS)
-BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \
+BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \
${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt
.endif