diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-05-19 13:11:28 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-05-19 13:11:28 +0000 |
commit | cf7b5f0b78d77eea52ee88402295c7684136450a (patch) | |
tree | 36b0f547c322f5f901141c3d55b48cc5d74cba78 /testing/usbip | |
parent | e43d8cca8f8c9b48fae9562001e7ee8ae3e062bb (diff) | |
download | aports-cf7b5f0b78d77eea52ee88402295c7684136450a.tar.bz2 aports-cf7b5f0b78d77eea52ee88402295c7684136450a.tar.xz |
testing/usbip: added automake/autoconf dependencies
Diffstat (limited to 'testing/usbip')
-rw-r--r-- | testing/usbip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/usbip/APKBUILD b/testing/usbip/APKBUILD index f17855a683..92400b5b99 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" |