mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
neon: use openssl 3
This commit is contained in:
@@ -20,7 +20,7 @@ HOMEPAGE="https://notroj.github.io/neon/
|
||||
https://github.com/notroj/neon"
|
||||
COPYRIGHT="1999-2021 Joe Orton and others"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://notroj.github.io/neon/neon-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4872e12f802572dedd4b02f870065814b2d5141f7dbdaf708eedab826b51a58a"
|
||||
PATCHES="neon-$portVersion.patchset"
|
||||
@@ -62,9 +62,9 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix >= 3
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user