main/mariadb: fix checkdepends

needs perl to run dbug test
This commit is contained in:
Natanael Copa 2018-03-26 12:44:24 +00:00
parent 2fe7e2a8bd
commit faa4a372fb

View File

@ -14,6 +14,7 @@ pkggroups="mysql"
arch="all"
license="GPL-2.0"
depends="$pkgname-common"
checkdepends="perl"
depends_dev="libressl-dev zlib-dev mariadb-connector-c-dev"
makedepends="$depends_dev bison cmake curl-dev libaio-dev libarchive-dev libevent-dev
libxml2-dev ncurses-dev pcre-dev readline-dev xz-dev linux-headers"