vagrant: add bsdtar dependency (closes #2340, thanks antonio-malcolm)
This commit is contained in:
parent
5b4a202462
commit
9fda151dab
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'vagrant'
|
||||
pkgname=vagrant
|
||||
version=1.7.4
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="ruby"
|
||||
makedepends="ruby-devel zlib-devel"
|
||||
depends="openssh curl"
|
||||
depends="openssh curl bsdtar"
|
||||
short_desc="Tool for building and distributing development environments"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue