diff --git a/install/ports/emulab-boss/Makefile b/install/ports/emulab-boss/Makefile index b21da165cf8923d7d7ad5c3eabab5477f1da0d9f..6b7c33eaa39eba093d343bdb7ecce31a1ac03cc3 100644 --- a/install/ports/emulab-boss/Makefile +++ b/install/ports/emulab-boss/Makefile @@ -60,6 +60,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/apache/ssl.crl:${PORTSDIR}/www/apache13-modssl \ ${LOCALBASE}/libexec/apache/libauth_mysql.so:${PORTSDIR}/www/mod_auth_mysql \ cvsup:${PORTSDIR}/net/cvsup-without-gui \ fping:${PORTSDIR}/net/fping \ + rsync:${PORTSDIR}/net/rsync \ neato:${PORTSDIR}/graphics/graphviz \ swish-e:${PORTSDIR}/www/swish-e \ ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \ diff --git a/install/ports/emulab-ops/Makefile b/install/ports/emulab-ops/Makefile index 3ac5e36587a654987fd8bb8bca7cb9f8d91d54da..05dbd417c92d6bf899326517328c1e4a9236a5c9 100644 --- a/install/ports/emulab-ops/Makefile +++ b/install/ports/emulab-ops/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads \ RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake \ sudo:${PORTSDIR}/security/sudo \ + rsync:${PORTSDIR}/net/rsync \ otclsh:${PORTSDIR}/lang/otcl \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \