aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-11-21 11:09:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-11-21 11:09:34 +0000
commitaf7072540c29d57de46916b1cca6f3cc43ecda3c (patch)
tree2289aefe3587b86339a4189d3db116a8aded5bc1
parent9ce82875e857f1b8e6d264aace7881aff96b4082 (diff)
downloadaports-af7072540c29d57de46916b1cca6f3cc43ecda3c.tar.bz2
aports-af7072540c29d57de46916b1cca6f3cc43ecda3c.tar.xz
testing/dynamips: added util-linux-dev to dependencies
-rw-r--r--testing/dynamips/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dynamips/APKBUILD b/testing/dynamips/APKBUILD
index d61368f97b..42bf25edc9 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 libuuid"
+makedepends="$depends_dev cmake libpcap-dev libelf-dev linux-headers util-linux-dev"
install=""
subpackages="$pkgname-doc"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz"