mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
enchant: fix provides
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user