Add more build-dependencies by using += instead of nuking already

present ones with a simple =.

Noticed by: cluster via kris
This commit is contained in:
Volker Stolz 2005-01-31 18:49:26 +00:00
parent d98b8c6301
commit 1ac0ed0b4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127797

View File

@ -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