mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
tiff: Fix missed tiff4 names in 4.2.0.
This commit is contained in:
@@ -43,13 +43,13 @@ REQUIRES_devel="
|
||||
tiff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
CONFLICTS_devel="
|
||||
tiff4${secondaryArchSuffix}_devel
|
||||
tiff${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The TIFF tools"
|
||||
PROVIDES_tools="
|
||||
tiff4_tools = $portVersion
|
||||
tiff_tools = $portVersion
|
||||
cmd:fax2ps
|
||||
cmd:fax2tiff
|
||||
cmd:pal2rgb
|
||||
@@ -74,7 +74,7 @@ if [ -z "$secondaryArchSuffix" ]; then
|
||||
"
|
||||
REQUIRES_tools="
|
||||
haiku
|
||||
tiff4 == $portVersion base
|
||||
tiff == $portVersion base
|
||||
lib:libjpeg
|
||||
lib:libz
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user