From c3d0e05902bd205548138e94c32efba6a994974b Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 10 Jan 2012 21:31:57 +0000 Subject: [PATCH] - Add BUILD_DEPENDS to silence build warnings --- www/p5-HTML-Encoding/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/p5-HTML-Encoding/Makefile b/www/p5-HTML-Encoding/Makefile index 30d55bd524fd..b26e48b246a6 100644 --- a/www/p5-HTML-Encoding/Makefile +++ b/www/p5-HTML-Encoding/Makefile @@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Determine the encoding of HTML/XML/XHTML documents -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes