aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-09 02:31:09 +0800
committerswills <swills@FreeBSD.org>2012-01-09 02:31:09 +0800
commit52fa85801bd0144680ebd199f8635c3158b8c356 (patch)
tree7f30def978b950b758d9297b2c7203a4930ca07c /textproc
parent3e3a5990516970968bd1a8b903055d1b4b975cec (diff)
downloadfreebsd-ports-gnome-52fa85801bd0144680ebd199f8635c3158b8c356.tar.gz
freebsd-ports-gnome-52fa85801bd0144680ebd199f8635c3158b8c356.tar.zst
freebsd-ports-gnome-52fa85801bd0144680ebd199f8635c3158b8c356.zip
- Add missing BUILD_DEPENDS to silence build warnings
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Flow/Makefile3
1 files changed, 2 insertions, 1 deletions
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