mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libiconv: Fix provides
The main provides must be "libiconv", not "iconv".
This commit is contained in:
@@ -3,10 +3,10 @@ DESCRIPTION="GNU iconv implementation."
|
||||
HOMEPAGE="http://www.gnu.org/software/libiconv/"
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz"
|
||||
CHECKSUM_MD5="7ab33ebd26687c744a37264a330bbe9a"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="iconv = $portVersion compat >= 1.13
|
||||
PROVIDES="libiconv = $portVersion compat >= 1.13
|
||||
cmd:iconv = 2.5.0 compat >= 2
|
||||
lib:libiconv = 2.5.0 compat >= 2
|
||||
lib:libcharset = 1.0.0 compat >= 1"
|
||||
|
||||
Reference in New Issue
Block a user