diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-12-19 23:26:58 +0059 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 10:35:03 +0100 |
commit | 67fc90c4cc712a8610f2091e6d0984d8174061e1 (patch) | |
tree | 6b5c62cac6f43c5f183960393579fd4e9ce96e79 /package/miax/Makefile | |
parent | 11f4462c6de666345e0722f68ba462a61c779176 (diff) |
fix dependencies; note libfuse are broken
• xx is the script used to validate them
(will be folded into pkgmaker soon)
• davfs2 (two of three flavours) and wdfs (once), as well as
fuse (or fuse-utils?) depend on libfuse, but there is no
libfuse (the working builddep on the fuse directory was kept
intact, though)
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/miax/Makefile')
-rw-r--r-- | package/miax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/miax/Makefile b/package/miax/Makefile index 3f66f9cb7..9e815a0a1 100644 --- a/package/miax/Makefile +++ b/package/miax/Makefile @@ -10,7 +10,7 @@ PKG_BUILDDEP+= bluez PKG_MD5SUM:= 44f0d2ef46ee2697d890b7b96846adc7 PKG_DESCR:= A console iax (asterisk) client PKG_SECTION:= bluetooth -PKG_DEPENDS:= kmod-bluetooth bluez-libs libpthread +PKG_DEPENDS:= kmod-bluetooth bluez libpthread PKG_URL:= http://sourceforge.net/projects/miax PKG_SITES:= http://mesh.dl.sourceforge.net/sourceforge/miax/ |