gnutls: add cmd:find to build prerequisites.

* fix provides.
This commit is contained in:
Jerome Duval
2016-02-20 12:15:33 +00:00
parent e91b3de7d0
commit 723a33dfd1

View File

@@ -27,9 +27,9 @@ PROVIDES="
cmd:ocsptool$secondaryArchSuffix
cmd:srptool$secondaryArchSuffix
cmd:systemkey$secondaryArchSuffix
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27
lib:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
lib:libgnutls$secondaryArchSuffix = 30.6.1 compat >= 30
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -43,12 +43,14 @@ REQUIRES="
PROVIDES_devel="
gnutls_devel$secondaryArchSuffix = $portVersion
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27
devel:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
devel:libgnutls$secondaryArchSuffix = 30.6.1 compat >= 30
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
"
REQUIRES_devel="
gnutls$secondaryArchSuffix == $portVersion base
devel:libnettle$secondaryArchSuffix
devel:libtasn1$secondaryArchSuffix
"
BUILD_REQUIRES="
@@ -63,6 +65,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:autoconf
cmd:automake
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize