diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-02 08:34:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-02 08:34:30 +0000 |
commit | 7561cc5559dc90a666dc974519d3ae6513d00bbd (patch) | |
tree | 52deacb9947b3ef29ffefe03afca1451c36f7db1 /buildtools/build-freebsd-rp-port.py | |
parent | 33dac2572a88ac0c4bb6bf9b688bf305d78bb835 (diff) |
Need rsync as both build and runtime dependency.
svn path=/branches/tk377/; revision=5012
Diffstat (limited to 'buildtools/build-freebsd-rp-port.py')
-rw-r--r-- | buildtools/build-freebsd-rp-port.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/buildtools/build-freebsd-rp-port.py b/buildtools/build-freebsd-rp-port.py index 7adba7e6..25bb077f 100644 --- a/buildtools/build-freebsd-rp-port.py +++ b/buildtools/build-freebsd-rp-port.py @@ -94,10 +94,12 @@ USE_GNOME= libxml2 libxslt # For OpenSSL, not needed otherwise USE_PERL5_BUILD=yes -# For OpenSSL, not needed otherwise +# For building OpenSSL, not needed otherwise BUILD_DEPENDS+= makedepend>0:${PORTSDIR}/devel/makedepend -# For rcynic +# Needed at build to keep ./configure from complaining; +# needed at runtime for rcynic to do anything useful. +BUILD_DEPENDS+= rsync>0:${PORTSDIR}/net/rsync RUN_DEPENDS+= rsync>0:${PORTSDIR}/net/rsync # For rcynic-html @@ -105,7 +107,7 @@ RUN_DEPENDS+= rrdtool>0:${PORTSDIR}/databases/rrdtool # Just want relying party tools, try to use system OpenSSL if we can. -CONFIGURE_ARGS= --disable-ca-tools +CONFIGURE_ARGS= --disable-ca-tools CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" # This is not necessary at the moment because "make install" does |