summaryrefslogtreecommitdiffstats
path: root/testing/usbip
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2011-05-19 13:11:28 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2011-05-19 13:11:28 +0000
commitcf7b5f0b78d77eea52ee88402295c7684136450a (patch)
tree36b0f547c322f5f901141c3d55b48cc5d74cba78 /testing/usbip
parente43d8cca8f8c9b48fae9562001e7ee8ae3e062bb (diff)
downloadaports-cf7b5f0b78d77eea52ee88402295c7684136450a.tar.bz2
aports-cf7b5f0b78d77eea52ee88402295c7684136450a.tar.xz
testing/usbip: added automake/autoconf dependencies
Diffstat (limited to 'testing/usbip')
-rw-r--r--testing/usbip/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/usbip/APKBUILD b/testing/usbip/APKBUILD
index f17855a68..92400b5b9 100644
--- a/testing/usbip/APKBUILD
+++ b/testing/usbip/APKBUILD
@@ -7,8 +7,8 @@ pkgdesc="A general USB device sharing system over IP network"
url="http://usbip.sourceforge.net/"
arch="all"
license="GPL"
-depends=
-depends_dev="sysfsutils-dev"
+depends=""
+depends_dev="sysfsutils-dev automake autoconf"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev"