depends += cmake

This commit is contained in:
Andrea Bontempi 2013-05-12 12:03:12 +02:00
parent 4931ab60c4
commit 2437b40fca

View file

@ -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