diff options
| -rw-r--r-- | ports/devil/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/devil/portfile.cmake b/ports/devil/portfile.cmake index e49507386..7fd17630c 100644 --- a/ports/devil/portfile.cmake +++ b/ports/devil/portfile.cmake @@ -20,7 +20,7 @@ if("libpng" IN_LIST FEATURES) endif() set(IL_NO_TIF 1) -if("libtiff" IN_LIST FEATURES) +if("tiff" IN_LIST FEATURES) set(IL_NO_TIF 0) endif() |
