fix requires: unneeded check on haiku version.

This commit is contained in:
Jerome Duval
2015-11-28 10:55:30 +00:00
parent 7a437587fc
commit 5d0a931d16
8 changed files with 15 additions and 15 deletions

View File

@@ -17,14 +17,14 @@ PROVIDES="
app:pachi = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
haiku
lib:libsdl
lib:libsdl_image
lib:libsdl_mixer
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
haiku_devel
devel:libsdl
devel:libsdl_image
devel:libsdl_mixer