From 97381335760aeb494a67cc32326224dd6c00804b Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 8 Jan 2012 18:31:09 +0000 Subject: - Add missing BUILD_DEPENDS to silence build warnings --- textproc/p5-XML-Flow/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-Flow/Makefile b/textproc/p5-XML-Flow/Makefile index d1f6305ccb2f..b1f4e11eb529 100644 --- a/textproc/p5-XML-Flow/Makefile +++ b/textproc/p5-XML-Flow/Makefile @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Store (restore) perl data structures in XML stream -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit v1.2.3