LibPrefs: fix (#6663)

This commit is contained in:
extrowerk
2022-02-28 09:19:17 +01:00
committed by GitHub
parent 90162ee706
commit fd4aeb1f50

View File

@@ -8,7 +8,7 @@ is."
HOMEPAGE="http://ftp.icm.edu.pl/pub/beos/contrib/libraries/"
COPYRIGHT="1998 Jon Watte"
LICENSE="Public Domain"
REVISION="5"
REVISION="6"
SOURCE_URI="http://ftp.icm.edu.pl/pub/beos/contrib/libraries/libprefs125.zip"
CHECKSUM_SHA256="39532c9c6c69f915a6d99fde4fd827a5bdb676ee0cf00558b6956fc91db9a737"
SOURCE_DIR="libprefs125"
@@ -26,8 +26,8 @@ REQUIRES="
"
PROVIDES_devel="
libprefs$secondaryArchSuffix
devel:libprefs$secondaryArchSuffix
libprefs${secondaryArchSuffix}_devel = $portVersion
devel:libprefs$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
libprefs$secondaryArchSuffix == $portVersion base
@@ -40,7 +40,6 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
"
BUILD()