diff options
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" |