diff options
Diffstat (limited to 'graphics/cimg/Makefile')
-rw-r--r-- | graphics/cimg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 0f1d5aa6e8b4..3c1ef09a2243 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -44,7 +44,7 @@ REINPLACE_ARGS= -i "" LIB_DEPENDS+= libboard.so:${PORTSDIR}/graphics/libboard . if !defined(WITH_DEBUG) -LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ |