mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
neon: add missing libcrypto dependency
This commit is contained in:
@@ -22,7 +22,7 @@ LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1999-2011 Joe Orton"
|
||||
SRC_URI="http://www.webdav.org/neon/neon-0.29.6.tar.gz"
|
||||
CHECKSUM_MD5="591e0c82e6979e7e615211b386b8f6bc"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="neon-0.29.6.patch"
|
||||
@@ -33,12 +33,14 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
lib:libcrypto
|
||||
lib:libncurses
|
||||
lib:libssl
|
||||
lib:libxml2
|
||||
lib:libz
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:libcrypto
|
||||
devel:libncurses
|
||||
devel:libssl >= 1.0.0
|
||||
devel:libxml2 >= 2.7.8
|
||||
|
||||
Reference in New Issue
Block a user