diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-24 15:29:11 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-24 15:29:11 +0000 |
commit | a7ff70ad244c1ea818c42d0782ec5842d373ce74 (patch) | |
tree | 29bd170c2001d1591a28be5e6548de14f95bb87f /community/mktorrent | |
parent | 7d559d443c1e049df669035aea32e5c3b7e2d4d6 (diff) | |
download | aports-a7ff70ad244c1ea818c42d0782ec5842d373ce74.tar.bz2 aports-a7ff70ad244c1ea818c42d0782ec5842d373ce74.tar.xz |
community/mktorrent: removed depends_dev
Diffstat (limited to 'community/mktorrent')
-rw-r--r-- | community/mktorrent/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/mktorrent/APKBUILD b/community/mktorrent/APKBUILD index 918e3b76e3..e216fe1088 100644 --- a/community/mktorrent/APKBUILD +++ b/community/mktorrent/APKBUILD @@ -8,8 +8,7 @@ url="http://borg.uu3.net/~borg/?mktorrent" arch="all" license="BSD" depends="" -depends_dev="openssl-dev" -makedepends="$depends_dev" +makedepends="openssl-dev" install="" subpackages="$pkgname-doc" source="ftp://borg.uu3.net/pub/unix/$pkgname/$pkgname-${pkgver}.tgz" |