tiff: Fix missed tiff4 names in 4.2.0.

This commit is contained in:
Augustin Cavalier
2024-08-12 15:10:37 -04:00
parent 99b6b022ff
commit c97b5d328c

View File

@@ -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
"