diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-21 10:59:56 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-21 10:59:56 +0000 |
commit | 9ce82875e857f1b8e6d264aace7881aff96b4082 (patch) | |
tree | db7a717999c40a435aa2b670c138c7e81735e728 /testing | |
parent | ad43c70adcbf353052c5891538fafd5b66abe864 (diff) | |
download | aports-9ce82875e857f1b8e6d264aace7881aff96b4082.tar.bz2 aports-9ce82875e857f1b8e6d264aace7881aff96b4082.tar.xz |
testing/dynamips: added libuuid in dependencies
Diffstat (limited to 'testing')
-rw-r--r-- | testing/dynamips/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dynamips/APKBUILD b/testing/dynamips/APKBUILD index 34478d6238..d61368f97b 100644 --- a/testing/dynamips/APKBUILD +++ b/testing/dynamips/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL2" depends="" depends_dev="" -makedepends="$depends_dev cmake libpcap-dev libelf-dev linux-headers" +makedepends="$depends_dev cmake libpcap-dev libelf-dev linux-headers libuuid" install="" subpackages="$pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz" |