mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
curl: add devel package required dependencies.
This commit is contained in:
@@ -4,7 +4,7 @@ COPYRIGHT="1996-2014, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
|
|||||||
LICENSE="Curl"
|
LICENSE="Curl"
|
||||||
SRC_URI="http://curl.haxx.se/download/curl-$portVersion.tar.bz2"
|
SRC_URI="http://curl.haxx.se/download/curl-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="035bd41e99aa1a4e64713f4cea5ccdf366ca8199e9be1b53d5a043d5165f9eba"
|
CHECKSUM_SHA256="035bd41e99aa1a4e64713f4cea5ccdf366ca8199e9be1b53d5a043d5165f9eba"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||||
|
|
||||||
@@ -114,4 +114,6 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
curl$secondaryArchSuffix == $portVersion base
|
curl$secondaryArchSuffix == $portVersion base
|
||||||
|
devel:libssl$secondaryArchSuffix
|
||||||
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user