aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-19 12:04:26 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-19 12:04:26 +0800
commit97f889906ff5b7cc90ec740915a98a2b1fb1ab92 (patch)
tree8f712b7a12d0380eabfa3bb32c099dd755f1ed3b
parent6ecc7f02343fda76775eb98562741ac735e15b86 (diff)
downloadfreebsd-ports-gnome-97f889906ff5b7cc90ec740915a98a2b1fb1ab92.tar.gz
freebsd-ports-gnome-97f889906ff5b7cc90ec740915a98a2b1fb1ab92.tar.zst
freebsd-ports-gnome-97f889906ff5b7cc90ec740915a98a2b1fb1ab92.zip
- Add BUILD_DEPENDS
PR: ports/165221 Submitted by: swills
-rw-r--r--devel/p5-Log-Dispatch-Dir/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-Dir/Makefile b/devel/p5-Log-Dispatch-Dir/Makefile
index 6996bedaec87..5e4c9f63335a 100644
--- a/devel/p5-Log-Dispatch-Dir/Makefile
+++ b/devel/p5-Log-Dispatch-Dir/Makefile
@@ -14,6 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Log messages to separate files in a directory, with rotate options
+BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
+ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
+ p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \
+ p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util
RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \