aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Section
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-06 16:31:33 +0000
committerSteve Wills <swills@FreeBSD.org>2011-10-06 16:31:33 +0000
commit3c8afcc15ad91d23a9962126b3f9a71c1438e0a0 (patch)
treebef8f4992436d64c6db7291c9a95f1aff33625bc /devel/p5-Data-Section
parent4159f801f50b56657969652620d129a95c671709 (diff)
downloadports-3c8afcc15ad91d23a9962126b3f9a71c1438e0a0.tar.gz
ports-3c8afcc15ad91d23a9962126b3f9a71c1438e0a0.zip
- Add missing build dependency to silence build warning
Notes
Notes: svn path=/head/; revision=283052
Diffstat (limited to 'devel/p5-Data-Section')
-rw-r--r--devel/p5-Data-Section/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile
index c87d2da9664a..fbe0de5ba8fc 100644
--- a/devel/p5-Data-Section/Makefile
+++ b/devel/p5-Data-Section/Makefile
@@ -17,7 +17,8 @@ COMMENT= Read multiple hunks of data out of your DATA section
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
-BUILD_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter
+BUILD_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
+ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat
RUN_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat
TEST_DEPENDS= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple