mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
LibPrefs: fix (#6663)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user