diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-02 07:56:31 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-02 07:56:31 +0000 |
commit | c25b9c27bfb2dea4d68a9e9fee78e3a2d39e36c0 (patch) | |
tree | b9489c3371aad7c1a8f78be0a7dd692e1761ff0c /buildtools/build-freebsd-rp-port.py | |
parent | 762e271c600e72a90c97bc42643c434c9fe339b2 (diff) |
rcynic requires rsync, doh.
svn path=/branches/tk377/; revision=5010
Diffstat (limited to 'buildtools/build-freebsd-rp-port.py')
-rw-r--r-- | buildtools/build-freebsd-rp-port.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/build-freebsd-rp-port.py b/buildtools/build-freebsd-rp-port.py index 13cc3b8c..7adba7e6 100644 --- a/buildtools/build-freebsd-rp-port.py +++ b/buildtools/build-freebsd-rp-port.py @@ -97,6 +97,9 @@ USE_PERL5_BUILD=yes # For OpenSSL, not needed otherwise BUILD_DEPENDS+= makedepend>0:${PORTSDIR}/devel/makedepend +# For rcynic +RUN_DEPENDS+= rsync>0:${PORTSDIR}/net/rsync + # For rcynic-html RUN_DEPENDS+= rrdtool>0:${PORTSDIR}/databases/rrdtool |