aboutsummaryrefslogtreecommitdiffstats
path: root/testing/madwimax
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 18:09:06 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 18:09:06 +0000
commit47e5928cb872baf85b2145c8fbfdf57df8e0d7f3 (patch)
tree6e6346cc11e47110123595c8cb81d91c629e3805 /testing/madwimax
parent5aa2bcb735fe37b3b6efd4a04b85960e3da4960c (diff)
downloadaports-47e5928cb872baf85b2145c8fbfdf57df8e0d7f3.tar.bz2
aports-47e5928cb872baf85b2145c8fbfdf57df8e0d7f3.tar.xz
testing/madwimax: link against libusbx
Diffstat (limited to 'testing/madwimax')
-rw-r--r--testing/madwimax/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/madwimax/APKBUILD b/testing/madwimax/APKBUILD
index e85877f735..4fe65a8618 100644
--- a/testing/madwimax/APKBUILD
+++ b/testing/madwimax/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=madwimax
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="WiMAX driver for the Samsung SWC-U200 and similar USB modems"
url="http://code.google.com/p/madwimax/"
arch="all"
license="GPL-2"
depends=
-makedepends="pkgconfig libusb-dev"
+makedepends="pkgconfig libusbx-dev"
install=
subpackages="$pkgname-doc"
source="http://madwimax.googlecode.com/files/madwimax-0.1.1.tar.gz"