From c33747ea3a8bbf6848380dac7a8c63f4b6707f55 Mon Sep 17 00:00:00 2001 From: vs Date: Mon, 31 Jan 2005 18:49:26 +0000 Subject: Add more build-dependencies by using += instead of nuking already present ones with a simple =. Noticed by: cluster via kris --- devel/hs-happy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 2405ca45e368..7c2356fd41f8 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 -- cgit