diskdev_cmds: switch to libressl support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-07-14 00:51:35 +02:00
parent 204763428e
commit 79cd9680ee

View File

@ -23,8 +23,8 @@ PKG_ARCH="any"
PKG_LICENSE="APSL"
PKG_SITE="http://src.gnu-darwin.org/DarwinSourceArchive/expanded/diskdev_cmds/"
PKG_URL="http://www.opensource.apple.com/tarballs/diskdev_cmds/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain openssl"
PKG_DEPENDS_INIT="toolchain openssl diskdev_cmds"
PKG_DEPENDS_TARGET="toolchain libressl"
PKG_DEPENDS_INIT="toolchain libressl diskdev_cmds"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="diskdev_cmds: hfs filesystem utilities"