aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Module-CheckDeps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Module-CheckDeps/Makefile')
-rw-r--r--devel/p5-Module-CheckDeps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Module-CheckDeps/Makefile b/devel/p5-Module-CheckDeps/Makefile
index 67cd2291732e..18148ce2e41d 100644
--- a/devel/p5-Module-CheckDeps/Makefile
+++ b/devel/p5-Module-CheckDeps/Makefile
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Very simple dependencies checker for Perl code
-RUN_DEPENDS= p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
+BUILD_DEPENDS= p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5