summaryrefslogtreecommitdiff
path: root/devel/p5-IOC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IOC/Makefile')
-rw-r--r--devel/p5-IOC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IOC/Makefile b/devel/p5-IOC/Makefile
index 48c2645a9b8a..85fcb5d8956a 100644
--- a/devel/p5-IOC/Makefile
+++ b/devel/p5-IOC/Makefile
@@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight IOC (Inversion of Control) framework
-BUILD_DEPENDS= p5-Class-Throwable>=0:devel/p5-Class-Throwable \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Class-Throwable>=0:devel/p5-Class-Throwable \
p5-XML-SAX>=0:textproc/p5-XML-SAX \
p5-Class-StrongSingleton>=0:devel/p5-Class-StrongSingleton \
p5-Class-Interfaces>=0:devel/p5-Class-Interfaces
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5