aboutsummaryrefslogtreecommitdiffstats
path: root/main/sshfs/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-09 08:24:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-09 08:24:00 +0000
commit02b250ecd4d80cb4cf2843e4402a769ab0bd07e6 (patch)
treed3057212598cfba3fea58aa5edcf4ee7764abd53 /main/sshfs/APKBUILD
parentb2cba7ec1365853a10042f501d62cf0402226aaf (diff)
main/*: cleanup: remove pkgconfig from makedepends
it should be pulled in automatically
Diffstat (limited to 'main/sshfs/APKBUILD')
-rw-r--r--main/sshfs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sshfs/APKBUILD b/main/sshfs/APKBUILD
index 6b3c3b4410b..a74cd793fc3 100644
--- a/main/sshfs/APKBUILD
+++ b/main/sshfs/APKBUILD
@@ -7,7 +7,7 @@ url="http://fuse.sourceforge.net/sshfs.html"
arch="all"
license="GPL"
depends="openssh-client"
-makedepends="pkgconfig fuse-dev glib-dev"
+makedepends="fuse-dev glib-dev"
source="http://downloads.sourceforge.net/sourceforge/fuse/sshfs-fuse-$pkgver.tar.gz"
_builddir="$srcdir"/sshfs-fuse-$pkgver