diff options
Diffstat (limited to 'graphics/libheif/Makefile')
-rw-r--r-- | graphics/libheif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 61bc98126e29..884ff1cdb323 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -50,7 +50,7 @@ LIB_DEPENDS+= libde265.so:multimedia/libde265 .endif .if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= libpng16.so:graphics/png +LIB_DEPENDS+= libpng.so:graphics/png .endif .if ${PORT_OPTIONS:MX265} |