diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-19 12:04:26 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-19 12:04:26 +0800 |
commit | 97f889906ff5b7cc90ec740915a98a2b1fb1ab92 (patch) | |
tree | 8f712b7a12d0380eabfa3bb32c099dd755f1ed3b /devel | |
parent | 6ecc7f02343fda76775eb98562741ac735e15b86 (diff) | |
download | freebsd-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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch-Dir/Makefile | 5 |
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 \ |