depends += cmake
This commit is contained in:
parent
4931ab60c4
commit
2437b40fca
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -6,7 +6,7 @@ pkgdesc="Modular Network Packet Sniffer"
|
|||
arch=('i686' 'x86_64')
|
||||
url="http://github.com/Andreabont/Project-Riddle"
|
||||
license=('GPL')
|
||||
depends=('boost' 'libpcap')
|
||||
depends=('cmake' 'boost' 'libpcap')
|
||||
makedepends=('git')
|
||||
|
||||
_gitroot=git://github.com/Andreabont/Project-Riddle.git
|
||||
|
|
Loading…
Reference in a new issue