diff options
Diffstat (limited to 'devel/kyra/Makefile')
-rw-r--r-- | devel/kyra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile index de9e4f679115..83bcc7ee29e6 100644 --- a/devel/kyra/Makefile +++ b/devel/kyra/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple Sprite engine written in C++ LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME} |