From 4b7efc9a9af6f4e32d376412a7917f019d5c18aa Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 23 Oct 2013 00:13:39 +0000 Subject: Add rrdtool as build depend to make ./configure happy. svn path=/trunk/; revision=5570 --- buildtools/freebsd-skeleton/rpki-rp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3