aboutsummaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-10-23 00:13:39 +0000
committerRob Austein <sra@hactrn.net>2013-10-23 00:13:39 +0000
commit4b7efc9a9af6f4e32d376412a7917f019d5c18aa (patch)
tree94718d50ef0950696f03e4f3749d60de6b1a7ab3 /buildtools
parent596e6ef831110aedd52819df7496a48ace374585 (diff)
Add rrdtool as build depend to make ./configure happy.
svn path=/trunk/; revision=5570
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/freebsd-skeleton/rpki-rp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-rp/Makefile b/buildtools/freebsd-skeleton/rpki-rp/Makefile
index 9a4bc7ab..be88adc0 100644
--- a/buildtools/freebsd-skeleton/rpki-rp/Makefile
+++ b/buildtools/freebsd-skeleton/rpki-rp/Makefile
@@ -28,7 +28,9 @@ BUILD_DEPENDS+= makedepend>0:${PORTSDIR}/devel/makedepend
BUILD_DEPENDS+= rsync>0:${PORTSDIR}/net/rsync
RUN_DEPENDS+= rsync>0:${PORTSDIR}/net/rsync
-# For rcynic-html
+# Needed at build to keep ./configure from complaining;
+# used at runtime by rcynic-html.
+BUILD_DEPENDS+= rrdtool>0:${PORTSDIR}/databases/rrdtool
RUN_DEPENDS+= rrdtool>0:${PORTSDIR}/databases/rrdtool
# Just want relying party tools, try to use system OpenSSL if we can.