From c5445b2fffdbfa3c5eefded76a2c9d21de68c43d Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 11 Sep 2010 16:25:57 +0000 Subject: RUN_DEPENDS= should to be RUN_DEPENDS+= under WITH_WINEMAKER. Reported by: portlint, though I did not realize originally --- emulators/wine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/wine') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 42ee57dc8098..8644a1759e14 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --without-xslt .endif .ifdef WITH_WINEMAKER -RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif .if ${OSVERSION} < 603000 -- cgit