enchant: fix provides

This commit is contained in:
Gerasim Troeglazov
2020-01-06 18:21:15 +10:00
parent f9839cd375
commit e894a35c52

View File

@@ -14,7 +14,7 @@ DLLs, when found."
HOMEPAGE="http://abisource.com/projects/enchant/"
COPYRIGHT="2003-2019 Dom Lachowicz"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/AbiWord/enchant/releases/download/v$portVersion/enchant-$portVersion.tar.gz"
CHECKSUM_SHA256="1b22976135812b35cb5b8d21a53ad11d5e7c1426c93f51e7a314a2a42cab3a09"
@@ -43,7 +43,7 @@ REQUIRES="
"
PROVIDES_devel="
enchant${secondaryArchSuffix} = $portVersion
enchant${secondaryArchSuffix}_devel = $portVersion
devel:libenchant_2$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
@@ -72,8 +72,8 @@ BUILD()
--disable-static \
--disable-hspell \
--disable-ispell \
--with-hunspell-dir=$dataDir/hunspell \
--with-aspell-dir=$dataDir/aspell-0.60
--with-hunspell-dir=$(finddir B_SYSTEM_DATA_DIRECTORY)/hunspell \
--with-aspell-dir=$(finddir B_SYSTEM_DATA_DIRECTORY)/aspell-0.60
make $jobArgs
}